Remove declaration of QMacNativeWidgetPrivate
The class doesn't exist and should not be forward declared nor declared as private of QMacNativeWidget. Change-Id: I5dd5a12a372c06b6e750b33401a4960a8c884ce6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>bb10
parent
2e4e73d8d3
commit
6cb5e4938d
|
|
@ -47,7 +47,6 @@ Q_FORWARD_DECLARE_OBJC_CLASS(NSView);
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QMacNativeWidgetPrivate;
|
||||
class Q_WIDGETS_EXPORT QMacNativeWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -60,9 +59,6 @@ public:
|
|||
|
||||
protected:
|
||||
bool event(QEvent *ev);
|
||||
|
||||
private:
|
||||
Q_DECLARE_PRIVATE(QMacNativeWidget)
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue