mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2026-06-19 05:12:37 +02:00
fix win explorer call
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ void MainWindow::openContainingDir(){
|
||||
QProcess::startDetached(mySettings->value(SETTING_LINUX_EXPLORER).toString(), args);
|
||||
#endif
|
||||
#ifdef Q_OS_WIN
|
||||
args << "/select," << QDir::toNativeSeparators(filePath);
|
||||
args << QDir::toNativeSeparators(filePath);
|
||||
QProcess::startDetached("explorer", args);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user