summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdkapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/sdkapp.h')
-rw-r--r--src/sdk/sdkapp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sdk/sdkapp.h b/src/sdk/sdkapp.h
index 79c112642..ad40e0a42 100644
--- a/src/sdk/sdkapp.h
+++ b/src/sdk/sdkapp.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2020 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -46,6 +46,7 @@
#include <runoncechecker.h>
#include <globals.h>
#include <errors.h>
+#include <loggingutils.h>
#include <QApplication>
#include <QDir>
@@ -164,7 +165,7 @@ public:
"ifw.package.* = true\n");
}
- if (QInstaller::verboseLevel() == QInstaller::VerbosityLevel::Detailed) {
+ if (QInstaller::LoggingHandler::instance().verboseLevel() == QInstaller::LoggingHandler::Detailed) {
loggingRules += QLatin1String("\nifw.developer.build = true\n"
"ifw.package.* = true\n");
}