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 d409a85 commit 772c733Copy full SHA for 772c733
tests/auto/autoupdatercore/UpdaterTest/installercontroller.cpp
@@ -12,7 +12,7 @@ static const QString repogen = BINDIR + QStringLiteral("repogen");
12
InstallerController::InstallerController(QObject *parent) :
13
QObject(parent),
14
_version(1, 0, 0),
15
- _buildDir(QCoreApplication::applicationDirPath() + "/tst_updatertest_XXXXXX")
+ _buildDir()
16
{
17
_buildDir.setAutoRemove(false);
18
setVersion(_version);
0 commit comments