mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
Fix Qt5 builds
This commit is contained in:
@ -57,5 +57,5 @@ bool YACReader::openComicInThirdPartyApp(const QString &command, const QString &
|
|||||||
fullCommand = mutableCommand + " \"" + path + "\"";
|
fullCommand = mutableCommand + " \"" + path + "\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
return QProcess::startDetached(fullCommand);
|
return QProcess::startDetached(fullCommand, {});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user