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, 0 insertions, 4 deletions
diff --git a/src/controls/qquickbutton_p_p.h b/src/controls/qquickbutton_p_p.h
index 42827fd2..ca67c224 100644
--- a/src/controls/qquickbutton_p_p.h
+++ b/src/controls/qquickbutton_p_p.h
@@ -59,13 +59,9 @@ class QQuickButtonPrivate : public QQuickControlPrivate
public:
QQuickButtonPrivate();
- void updateGeometry();
-
QString text;
bool pressed;
QQuickItem *label;
- bool labelHasWidth;
- bool labelHasHeight;
};
QT_END_NAMESPACE