diff options
author | Robin Burchell <[email protected]> | 2015-01-06 19:29:08 +0100 |
---|---|---|
committer | Robin Burchell <[email protected]> | 2016-03-11 14:42:46 +0000 |
commit | 4c065b497e63832cf610cc06d67a7b40965154fb (patch) | |
tree | d339ef743be8c9bc1412cfa4560691d35381d8c1 /src/quick/items/qquickview_p.h | |
parent | a05f3ee00c903c5fa5965187c72dae04f960e2e4 (diff) |
qmltime: Remove widgets dependency.
To do this easily while retaining the meaning of the -parent flag, we add a
private export to QQuickView so that we can set the root object.
Change-Id: Iabb2b998816a6fdfcc8417f679c96f04910b8202
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: Shawn Rutledge <[email protected]>
Reviewed-by: Michael Brasser <[email protected]>
Diffstat (limited to 'src/quick/items/qquickview_p.h')
-rw-r--r-- | src/quick/items/qquickview_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickview_p.h b/src/quick/items/qquickview_p.h index 6f970f959d..71b39f5b0f 100644 --- a/src/quick/items/qquickview_p.h +++ b/src/quick/items/qquickview_p.h @@ -70,7 +70,7 @@ class QQmlError; class QQuickItem; class QQmlComponent; -class QQuickViewPrivate : public QQuickWindowPrivate, +class Q_QUICK_PRIVATE_EXPORT QQuickViewPrivate : public QQuickWindowPrivate, public QQuickItemChangeListener { Q_DECLARE_PUBLIC(QQuickView) |