diff --git a/CrashReporter/main.cpp b/CrashReporter/main.cpp index 1a4e61aa29..0c6e361c8f 100644 --- a/CrashReporter/main.cpp +++ b/CrashReporter/main.cpp @@ -18,7 +18,9 @@ int main(int argc, char *argv[]) MainWindow w(nullptr, &uploader); #endif +#ifdef Q_OS_UNIX MainWindow w(nullptr, QString(argv[1])); +#endif w.show();