Remove friend class QETWidget.
The class no longer exists in Qt 5. Change-Id: Icd98c151f8e06910a3240d0bec6fff333a8ef3e3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>bb10
parent
a295bb575f
commit
7c17b0ad2b
|
|
@ -219,7 +219,6 @@ private:
|
|||
friend class QApplicationPrivate;
|
||||
friend class QGuiApplication;
|
||||
friend class QGuiApplicationPrivate;
|
||||
friend class QETWidget;
|
||||
friend class QWidget;
|
||||
friend class QWidgetWindow;
|
||||
friend class QWidgetPrivate;
|
||||
|
|
|
|||
|
|
@ -320,7 +320,6 @@ private:
|
|||
friend class QApplication;
|
||||
friend class QApplicationPrivate;
|
||||
friend class QShortcutMap;
|
||||
friend class QETWidget;
|
||||
friend class QGraphicsView;
|
||||
friend class QGraphicsViewPrivate;
|
||||
friend class QGraphicsScene;
|
||||
|
|
|
|||
|
|
@ -228,7 +228,6 @@ private:
|
|||
friend class QWidget;
|
||||
friend class QWidgetPrivate;
|
||||
friend class QWidgetWindow;
|
||||
friend class QETWidget;
|
||||
friend class QTranslator;
|
||||
friend class QWidgetAnimator;
|
||||
#ifndef QT_NO_SHORTCUT
|
||||
|
|
|
|||
|
|
@ -694,7 +694,6 @@ private:
|
|||
friend class QPixmap; // for QPixmap::fill()
|
||||
friend class QFontMetrics;
|
||||
friend class QFontInfo;
|
||||
friend class QETWidget;
|
||||
friend class QLayout;
|
||||
friend class QWidgetItem;
|
||||
friend class QWidgetItemV2;
|
||||
|
|
|
|||
|
|
@ -294,7 +294,6 @@ private:
|
|||
friend QRegion qt_dirtyRegion(QWidget *);
|
||||
friend class QWidgetPrivate;
|
||||
friend class QWidget;
|
||||
friend class QETWidget;
|
||||
friend class QBackingStore;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue