aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-19 17:30:52 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-07-19 20:11:22 +0000
commit28a5042370c3d1a5b983518753549bb585e78e6e (patch)
treeb346eb79d2cbe1fb9afde67677532c2f906ce10d /src/quick/items/qquickevents_p_p.h
parentccf4878e1f3b54d547f58db13b1fb52ac24e017b (diff)
Move forward declarations to the top of the header
Change-Id: I58af7a1603bca3a17713e4cb674ae004e2d6eda9 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents_p_p.h')
-rw-r--r--src/quick/items/qquickevents_p_p.h6
1 files changed, 3 insertions, 3 deletions
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