From 585356b81257b88a8bee065c66b91daf05568a4a Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Wed, 5 Sep 2007 16:29:03 +0000
Subject: [PATCH] Qt4 - forgotten "," for windows.

---
 modules/gui/qt4/playlist_model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/playlist_model.cpp b/modules/gui/qt4/playlist_model.cpp
index 090e2878259b..b8fe08bcc169 100644
--- a/modules/gui/qt4/playlist_model.cpp
+++ b/modules/gui/qt4/playlist_model.cpp
@@ -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 );
     }
-- 
GitLab