Fix Qt5 builds

This commit is contained in:
Luis Ángel San Martín 2024-10-15 22:34:17 +02:00
parent 9b6e03bcc4
commit d91fd45cec

View File

@ -57,5 +57,5 @@ bool YACReader::openComicInThirdPartyApp(const QString &command, const QString &
fullCommand = mutableCommand + " \"" + path + "\"";
}
return QProcess::startDetached(fullCommand);
return QProcess::startDetached(fullCommand, {});
}