OSDN Git Service

remove redundant friend class from QCoreApplicaiton
authorIvailo Monev <xakepa10@laimg.moc>
Mon, 8 Aug 2016 19:16:21 +0000 (19:16 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Mon, 8 Aug 2016 19:16:21 +0000 (19:16 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/kernel/qcoreapplication.h

index 2058958..6400e64 100644 (file)
@@ -192,7 +192,6 @@ private:
     friend class QWidgetPrivate;
     friend bool qt_sendSpontaneousEvent(QObject*, QEvent*);
     friend Q_CORE_EXPORT QString qAppName();
-    friend class QClassFactory;
 };
 
 inline bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event)