aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickapplicationwindow_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickapplicationwindow_p.h')
-rw-r--r--src/controls/qquickapplicationwindow_p.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/controls/qquickapplicationwindow_p.h b/src/controls/qquickapplicationwindow_p.h
index 6acab50b..3117322f 100644
--- a/src/controls/qquickapplicationwindow_p.h
+++ b/src/controls/qquickapplicationwindow_p.h
@@ -60,8 +60,6 @@ class Q_QUICKCONTROLS_EXPORT QQuickApplicationWindow : public QQuickWindowQmlImp
Q_OBJECT
Q_PROPERTY(QQuickItem *header READ header WRITE setHeader NOTIFY headerChanged FINAL)
Q_PROPERTY(QQuickItem *footer READ footer WRITE setFooter NOTIFY footerChanged FINAL)
- Q_PROPERTY(qreal contentWidth READ contentWidth WRITE setContentWidth NOTIFY contentWidthChanged FINAL)
- Q_PROPERTY(qreal contentHeight READ contentHeight WRITE setContentHeight NOTIFY contentHeightChanged FINAL)
public:
explicit QQuickApplicationWindow(QWindow *parent = Q_NULLPTR);
@@ -73,17 +71,9 @@ public:
QQuickItem *footer() const;
void setFooter(QQuickItem *footer);
- qreal contentWidth() const;
- void setContentWidth(qreal width);
-
- qreal contentHeight() const;
- void setContentHeight(qreal height);
-
Q_SIGNALS:
void headerChanged();
void footerChanged();
- void contentWidthChanged();
- void contentHeightChanged();
protected:
bool isComponentComplete() const;