diff --git a/src/plugins/boot2qt/qdbplugin.cpp b/src/plugins/boot2qt/qdbplugin.cpp index 81a2fc80d05..cad10b8ce0e 100644 --- a/src/plugins/boot2qt/qdbplugin.cpp +++ b/src/plugins/boot2qt/qdbplugin.cpp @@ -71,7 +71,7 @@ static void startFlashingWizard() if (Utils::HostOsInfo::isWindowsHost()) { if (QProcess::startDetached(QLatin1String("explorer.exe"), {filePath})) return; - } else if (QProcess::startDetached(filePath)) { + } else if (QProcess::startDetached(filePath, {})) { return; } const QString message =