diff --git a/mainwindow.cpp b/mainwindow.cpp index f9973b4..6900500 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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 }