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>
bb10
Jędrzej Nowacki 2018-07-30 14:28:35 +02:00
parent b122e0e323
commit 9767a47173
1 changed files with 0 additions and 3 deletions

View File

@ -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);