]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/playlist_model.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / qt4 / playlist_model.cpp
index aa7677f6e841ff611a6a2edcc19938a2e14f26b9..96e3f981f4e410d53d2b31c92fa0eeebde3b7f7f 100644 (file)
@@ -968,9 +968,9 @@ void PLModel::popup( QModelIndex & index, QPoint &point, QModelIndexList list )
             menu->addAction( qfu(I_POP_SORT), this, SLOT( popupSort() ) );
             menu->addAction( qfu(I_POP_ADD), this, SLOT( popupAdd() ) );
         }
-#ifdef WIN32        
+#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 );
     }
@@ -1073,6 +1073,7 @@ void PLModel::popupSave()
 }
 
 #ifdef WIN32
+#include <shellapi.h>
 void PLModel::popupExplore()
 {
     ShellExecuteW(NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL );