summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-04 14:58:52 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-04 14:58:52 +0200
commit8c626b7079ee9cb7686980dfe0be78b352941065 (patch)
tree69c4b621805ef61362a371213bfc3feb845118f9
parentfd84bc720aa8101a12b185e3bb291ff0f5732281 (diff)
that signal has moved to QGuiApplication
-rw-r--r--src/gui/kernel/qapplication.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h
index fc0ab644a0..c8df2cd9af 100644
--- a/src/gui/kernel/qapplication.h
+++ b/src/gui/kernel/qapplication.h
@@ -298,7 +298,6 @@ public:
Q_SIGNALS:
void lastWindowClosed();
void focusChanged(QWidget *old, QWidget *now);
- void fontDatabaseChanged();
#ifndef QT_NO_SESSIONMANAGER
void commitDataRequest(QSessionManager &sessionManager);
void saveStateRequest(QSessionManager &sessionManager);