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