summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2018-07-30 14:28:35 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2018-08-07 11:54:07 +0000
commit9767a47173312e06d2154e72ad02e58ed4f9b8d7 (patch)
tree1cfea3896ac9dc6c59b21a8ece75bcd697910967 /src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h
parentb122e0e32308d95e75aca2fe8f4391180e3c269b (diff)
Remove forward declaration of non existing class
QUnixEventDispatcherQPA has no private class, there is no need to declare a fake one. Change-Id: I615304709fbbea83f6747bb6202dbfd2cc03256d Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h')
-rw-r--r--src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h b/src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h
index 23be081ba3..7f775b73ee 100644
--- a/src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h
+++ b/src/platformsupport/eventdispatchers/qunixeventdispatcher_qpa_p.h
@@ -56,12 +56,9 @@
QT_BEGIN_NAMESPACE
-class QUnixEventDispatcherQPAPrivate;
-
class QUnixEventDispatcherQPA : public QEventDispatcherUNIX
{
Q_OBJECT
- Q_DECLARE_PRIVATE(QUnixEventDispatcherQPA)
public:
explicit QUnixEventDispatcherQPA(QObject *parent = 0);