From 28a5042370c3d1a5b983518753549bb585e78e6e Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 19 Jul 2016 17:30:52 +0200 Subject: Move forward declarations to the top of the header Change-Id: I58af7a1603bca3a17713e4cb674ae004e2d6eda9 Reviewed-by: Shawn Rutledge --- src/quick/items/qquickevents_p_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/quick/items/qquickevents_p_p.h') diff --git a/src/quick/items/qquickevents_p_p.h b/src/quick/items/qquickevents_p_p.h index 12022a0f80..ceebe6207d 100644 --- a/src/quick/items/qquickevents_p_p.h +++ b/src/quick/items/qquickevents_p_p.h @@ -61,6 +61,9 @@ QT_BEGIN_NAMESPACE +class QQuickItem; +class QQuickPointerDevice; + class QQuickKeyEvent : public QObject { Q_OBJECT @@ -315,9 +318,6 @@ private: QPointerUniqueId m_uniqueId; }; -class QQuickItem; -class QQuickPointerDevice; - class Q_QUICK_PRIVATE_EXPORT QQuickPointerEvent : public QObject { Q_OBJECT -- cgit v1.2.3