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
parent
b122e0e323
commit
9767a47173
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue