Disable use of Qt APIs deprecated in 5.15.0 and earlier versions (#4133)
This commit is contained in:
@@ -90,7 +90,8 @@ bool openLinkIncognito(const QString &link)
|
||||
#ifdef Q_OS_WIN
|
||||
auto command = getCommand(link);
|
||||
|
||||
return QProcess::startDetached(command);
|
||||
// TODO: split command into program path and incognito argument
|
||||
return QProcess::startDetached(command, {});
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user