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