diff options
| -rw-r--r-- | src/kconf_update/kconf_update.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/kconf_update/kconf_update.cpp b/src/kconf_update/kconf_update.cpp index 5108fb2e..2acd720d 100644 --- a/src/kconf_update/kconf_update.cpp +++ b/src/kconf_update/kconf_update.cpp @@ -106,7 +106,8 @@ protected:  KonfUpdate::KonfUpdate(QCommandLineParser *parser)      : m_oldConfig1(Q_NULLPTR), m_oldConfig2(Q_NULLPTR), m_newConfig(Q_NULLPTR), -      m_textStream(Q_NULLPTR), m_file(Q_NULLPTR) +      m_bCopy(false), m_bOverwrite(false), m_textStream(Q_NULLPTR), +      m_file(Q_NULLPTR), m_lineCount(-1)  {      bool updateAll = false; | 
