mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51: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);
|
||||
#endif
|
||||
#ifdef Q_OS_WIN
|
||||
QStringList args;
|
||||
args << "/select," << QDir::toNativeSeparators(filePath);
|
||||
QProcess::startDetached("explorer", args);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user