From 492bbdefd3655f55427761c324e90934157833fb Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 4 May 2011 09:11:33 +0200 Subject: Remove more QApp dependencies platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well. --- src/gui/kernel/qguiapplication.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/kernel/qguiapplication.h') diff --git a/src/gui/kernel/qguiapplication.h b/src/gui/kernel/qguiapplication.h index 4230a6572c..44f9ad90a8 100644 --- a/src/gui/kernel/qguiapplication.h +++ b/src/gui/kernel/qguiapplication.h @@ -103,6 +103,9 @@ public: static int exec(); bool notify(QObject *, QEvent *); +Q_SIGNALS: + void fontDatabaseChanged(); + protected: bool event(QEvent *); bool compressEvent(QEvent *, QObject *receiver, QPostEventList *); @@ -116,6 +119,7 @@ private: #ifndef QT_NO_GESTURES friend class QGestureManager; #endif + friend class QFontDatabasePrivate; }; QT_END_NAMESPACE -- cgit v1.2.3