aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-09-15 16:50:16 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-19 14:34:12 +0000
commitfbe806c544a45c83f091109e04fab5d86620183f (patch)
tree830ccaec547d1ea44f4c73afb5ea157819cbe637 /src/quicktemplates2/qquickpopup_p_p.h
parent541a7a8e785476e2e93f88f770715f25ce7e6dc8 (diff)
Fix Popup to respect explicit size
[ChangeLog][Controls][Popup] Fixed to respect explicitly set width and height. Task-number: QTBUG-56025 Change-Id: I7c8b0dcf59459a313c4c52eda44de45f1ab648ea Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickpopup_p_p.h')
-rw-r--r--src/quicktemplates2/qquickpopup_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickpopup_p_p.h b/src/quicktemplates2/qquickpopup_p_p.h
index b828edc1..745a7f83 100644
--- a/src/quicktemplates2/qquickpopup_p_p.h
+++ b/src/quicktemplates2/qquickpopup_p_p.h
@@ -183,6 +183,8 @@ public:
bool hasDim;
bool visible;
bool complete;
+ bool hasWidth;
+ bool hasHeight;
bool hasTopMargin;
bool hasLeftMargin;
bool hasRightMargin;