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()
}
#ifdef WIN32
#include <shellapi.h>
void PLModel::popupExplore()
{
ShellExecuteW(NULL, L"explore", L"C:\\", NULL, NULL, SW_SHOWNORMAL );
......
......@@ -198,6 +198,7 @@ private slots:
void popupInfo();
void popupStream();
void popupSave();
void popupExplore();
void viewchanged( int );
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