Skip to content

Commit acc8f61

Browse files
committed
fixed syntax error
1 parent fbb14f5 commit acc8f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/autoupdatercore/UpdaterTest/installercontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void InstallerController::installLocal()
7575
qDebug() << "Installing example";
7676
QVERIFY(QFile::exists(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller"))));
7777
#if defined(Q_OS_WIN32)
78-
auto res = QProcess::execute(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller"),
78+
auto res = QProcess::execute(toSystemExe(_buildDir.path() + QStringLiteral("/QtAutoUpdaterTestInstaller")),
7979
{
8080
QStringLiteral("-platform"),
8181
QStringLiteral("windows"),

0 commit comments

Comments
 (0)