From fd956794e1d1c6dad00019054149efa8e978547c Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Mon, 30 Oct 2017 13:42:17 +0100 Subject: [PATCH] initialize value --- src/editor/kmcomposerwin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editor/kmcomposerwin.h b/src/editor/kmcomposerwin.h index e86a4e5ab..aa3bb859d 100644 --- a/src/editor/kmcomposerwin.h +++ b/src/editor/kmcomposerwin.h @@ -572,13 +572,13 @@ private: bool mLastIdentityHasSigningKey = false; bool mLastIdentityHasEncryptionKey = false; Akonadi::Collection mFolder; - long mShowHeaders; + long mShowHeaders = 0; bool mForceDisableHtml = false; // Completely disable any HTML. Useful when sending invitations in the // mail body. - int mNumHeaders; + int mNumHeaders = 0; QFont mBodyFont; QFont mFixedFont; - uint mId; + uint mId = 0; TemplateContext mContext; KRecentFilesAction *mRecentAction = nullptr;