summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/operationrunner/fakeinstaller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/operationrunner/fakeinstaller.h b/tools/operationrunner/fakeinstaller.h
index e623a1487..6a581eda0 100644
--- a/tools/operationrunner/fakeinstaller.h
+++ b/tools/operationrunner/fakeinstaller.h
@@ -13,7 +13,7 @@ class FakeInstaller : public QInstaller::Installer
public:
FakeInstaller() : QInstaller::Installer() {}
void setTargetDir(const QString &targetDir);
- virtual Q_INVOKABLE QString value(const QString &key, const QString &defaultValue = QString()) const;
+ Q_INVOKABLE virtual QString value(const QString &key, const QString &defaultValue = QString()) const;
private:
QString m_targetDir;