aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickframe_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickframe_p_p.h')
-rw-r--r--src/templates/qquickframe_p_p.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/templates/qquickframe_p_p.h b/src/templates/qquickframe_p_p.h
index 73a8cd85..3d570572 100644
--- a/src/templates/qquickframe_p_p.h
+++ b/src/templates/qquickframe_p_p.h
@@ -48,28 +48,22 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcontrol_p_p.h>
+#include <QtLabsTemplates/private/qquickpane_p_p.h>
QT_BEGIN_NAMESPACE
class QQuickFrame;
-class Q_LABSTEMPLATES_EXPORT QQuickFramePrivate : public QQuickControlPrivate
+class Q_LABSTEMPLATES_EXPORT QQuickFramePrivate : public QQuickPanePrivate
{
Q_DECLARE_PUBLIC(QQuickFrame)
public:
QQuickFramePrivate();
- void init();
-
- qreal contentWidth;
- qreal contentHeight;
QQuickItem *frame;
};
-Q_DECLARE_TYPEINFO(QQuickFramePrivate, Q_COMPLEX_TYPE);
-
QT_END_NAMESPACE
#endif // QQUICKFRAME_P_P_H