aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs-setup-qt')
-rw-r--r--src/app/qbs-setup-qt/commandlineparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/qbs-setup-qt/commandlineparser.h b/src/app/qbs-setup-qt/commandlineparser.h
index a9ecb55c8..c766a9df2 100644
--- a/src/app/qbs-setup-qt/commandlineparser.h
+++ b/src/app/qbs-setup-qt/commandlineparser.h
@@ -63,8 +63,8 @@ private:
void assignOptionArgument(const QString &option, QString &argument);
[[noreturn]] void complainAboutExtraArguments();
- bool m_helpRequested;
- bool m_autoDetectionMode;
+ bool m_helpRequested = false;
+ bool m_autoDetectionMode = false;
qbs::Settings::Scope m_settingsScope = qbs::Settings::UserScope;
QString m_qmakePath;
QString m_profileName;