Commit 052f1a15 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Compile fix for windows.

parent 101b123f
...@@ -1073,6 +1073,7 @@ void PLModel::popupSave() ...@@ -1073,6 +1073,7 @@ void PLModel::popupSave()
} }
#ifdef WIN32 #ifdef WIN32
#include <shellapi.h>
void PLModel::popupExplore() void PLModel::popupExplore()
{ {
ShellExecuteW(NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL ); ShellExecuteW(NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL );
......
...@@ -198,6 +198,7 @@ private slots: ...@@ -198,6 +198,7 @@ private slots:
void popupInfo(); void popupInfo();
void popupStream(); void popupStream();
void popupSave(); void popupSave();
void popupExplore();
void viewchanged( int ); void viewchanged( int );
friend class PLItem; friend class PLItem;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment