mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-08 09:41:35 +01:00
remove double QString-list decl on win
This commit is contained in:
@@ -219,7 +219,6 @@ void MainWindow::openContainingDir(){
|
|||||||
QProcess::startDetached(mySettings.value(SETTING_LINUX_EXPLORER).toString(), args);
|
QProcess::startDetached(mySettings.value(SETTING_LINUX_EXPLORER).toString(), args);
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
QStringList args;
|
|
||||||
args << "/select," << QDir::toNativeSeparators(filePath);
|
args << "/select," << QDir::toNativeSeparators(filePath);
|
||||||
QProcess::startDetached("explorer", args);
|
QProcess::startDetached("explorer", args);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user