]> git.sesse.net Git - vlc/commitdiff
Qt4 - forgotten "," for windows.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Sep 2007 16:29:03 +0000 (16:29 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Sep 2007 16:29:03 +0000 (16:29 +0000)
modules/gui/qt4/playlist_model.cpp

index 090e2878259b8f4288973f680bba467fccf8d50b..b8fe08bcc169445870b947f7f563a404ec1bc78b 100644 (file)
@@ -970,7 +970,7 @@ void PLModel::popup( QModelIndex & index, QPoint &point, QModelIndexList list )
         }
 #ifdef WIN32        
         menu->addSeparator();
-        menu->addAction( qfu( I_POP_EXPLORE ), this SLOT( popupExplore() ) );
+        menu->addAction( qfu( I_POP_EXPLORE ), this, SLOT( popupExplore() ) );
 #endif
         menu->popup( point );
     }