Fix missing declaration
This commit is contained in:
parent
9289394261
commit
49e2615d14
@ -400,6 +400,7 @@ void RevealFileInFinder(QString const &path) {
|
||||
#endif // Q_OS_MACOS
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
void ShowFileInExplorer(QString const &path);
|
||||
void ShowFileInExplorer(QString const &path) {
|
||||
QProcess::execute("explorer.exe", QStringList() << "/select," << QDir::toNativeSeparators(path));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user