We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ed611 commit c7543f5Copy full SHA for c7543f5
1 file changed
src/librssguard/miscellaneous/iofactory.cpp
@@ -78,7 +78,7 @@ bool IOFactory::startProcessDetached(const QString& program, const QStringList&
78
process.setProgram(program);
79
process.setArguments(arguments);
80
81
-#if !defined(Q_OS_MACOS)
+#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC)
82
process.setNativeArguments(native_arguments);
83
#endif
84
0 commit comments