From dd4aa07b2d53f485ef47b751f052cd80e7cacf30 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sat, 15 Feb 2014 11:04:37 +0100 Subject: [PATCH] initialize variable --- editor/attachmentview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/attachmentview.cpp b/editor/attachmentview.cpp index c9d5a4678..75f333a44 100644 --- a/editor/attachmentview.cpp +++ b/editor/attachmentview.cpp @@ -53,7 +53,7 @@ class KMail::AttachmentView::Private { public: Private(AttachmentView *qq) - : q(qq) + : model(0), q(qq) { widget = new QWidget(); QHBoxLayout *lay = new QHBoxLayout;