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 fbb14f5 commit acc8f61Copy full SHA for acc8f61
tests/auto/autoupdatercore/UpdaterTest/installercontroller.cpp
@@ -75,7 +75,7 @@ void InstallerController::installLocal()
75
qDebug() << "Installing example";
76
QVERIFY(QFile::exists(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller"))));
77
#if defined(Q_OS_WIN32)
78
- auto res = QProcess::execute(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller"),
+ auto res = QProcess::execute(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller")),
79
{
80
QStringLiteral("-platform"),
81
QStringLiteral("windows"),
0 commit comments