aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickbutton_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickbutton_p_p.h')
-rw-r--r--src/controls/qquickbutton_p_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controls/qquickbutton_p_p.h b/src/controls/qquickbutton_p_p.h
index ca67c224..42827fd2 100644
--- a/src/controls/qquickbutton_p_p.h
+++ b/src/controls/qquickbutton_p_p.h
@@ -59,9 +59,13 @@ class QQuickButtonPrivate : public QQuickControlPrivate
public:
QQuickButtonPrivate();
+ void updateGeometry();
+
QString text;
bool pressed;
QQuickItem *label;
+ bool labelHasWidth;
+ bool labelHasHeight;
};
QT_END_NAMESPACE