summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installerbuilder/installerbase/tabcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/installerbase/tabcontroller.cpp b/installerbuilder/installerbase/tabcontroller.cpp
index 997f132cc..8a6a22401 100644
--- a/installerbuilder/installerbase/tabcontroller.cpp
+++ b/installerbuilder/installerbase/tabcontroller.cpp
@@ -64,9 +64,9 @@ public:
TabController::Private::Private()
: m_init(false)
+ , m_networkSettingsChanged(false)
, m_gui(0)
, m_core(0)
- , m_networkSettingsChanged(false)
{
}