From 30174dd3676b82097da90ece24a13e92347a6467 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 28 Aug 2014 13:17:17 +0200 Subject: [PATCH] Dialog: Mark componentComplete as false on creation --- src/plasmaquick/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index 63cc446b3..2f0c88add 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@ -886,7 +886,7 @@ void Dialog::hideEvent(QHideEvent *event) void Dialog::classBegin() { - + d->componentComplete = false; } void Dialog::componentComplete()