aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickcontrol_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-03 17:02:20 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-03 16:29:19 +0000
commitfff6239d2f98b41f4ef003f06f356fb0730f9d57 (patch)
tree4d1d5512b6e19d88e99e5ff79d0ea781fab52d17 /src/controls/qquickcontrol_p_p.h
parentf0ceecaf0b51809a076ed0add159c95cada528bf (diff)
Control::availableWidth & availableHeight
The recently introduced contentWidth/Height was ambiguous. It had even different semantics than in Containers, TextXxx & Flickable etc. Thus, replace with availableWidth/Height. Change-Id: Iaeef25ec82b395c602724d222ca73666460ffd29 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickcontrol_p_p.h')
-rw-r--r--src/controls/qquickcontrol_p_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/qquickcontrol_p_p.h b/src/controls/qquickcontrol_p_p.h
index 3a2154f1..d157f3e3 100644
--- a/src/controls/qquickcontrol_p_p.h
+++ b/src/controls/qquickcontrol_p_p.h
@@ -61,9 +61,6 @@ public:
void mirrorChange() Q_DECL_OVERRIDE;
- virtual qreal getContentWidth() const;
- virtual qreal getContentHeight() const;
-
void setTopPadding(qreal value, bool reset = false);
void setLeftPadding(qreal value, bool reset = false);
void setRightPadding(qreal value, bool reset = false);