~ubuntu-branches/ubuntu/saucy/minitube/saucy-proposed

« back to all changes in this revision

Viewing changes to src/playlistview.cpp

  • Committer: Package Import Robot
  • Author(s): Jakob Haufe
  • Date: 2012-09-29 02:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20120929024353-fxbrlvqxrlu6cwld
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
}
19
19
 
20
20
void PlaylistView::mouseMoveEvent(QMouseEvent *event) {
21
 
    // qDebug() << "PlaylistView::mouseMoveEvent" << event->pos();
22
 
 
23
21
    QListView::mouseMoveEvent(event);
 
22
    QWidget::mouseMoveEvent(event);
24
23
 
25
24
    if (isHoveringAuthor(event)) {
26
25