summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-05 07:34:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-05 11:40:08 +0100
commit55a0b33994ff7b292055065065a5cc2fd13b3a55 (patch)
treee01f91c0841b78dee66ae7e7c365784d8308ed36
parentda47d70c32562458db629c73cd02325f190210f4 (diff)
Avoid redefining the lastWindowClosed() signal.
This prevents things like the following (from qmlviewer): QMetaObject::indexOfSignal: signal lastWindowClosed() from QGuiApplication redefined in QApplication Change-Id: I4b30235e379aedaa913ea30f05daac7079f285e9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
-rw-r--r--src/widgets/kernel/qapplication.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h
index 32706f8b06..ee55f7c33f 100644
--- a/src/widgets/kernel/qapplication.h
+++ b/src/widgets/kernel/qapplication.h
@@ -242,7 +242,6 @@ public:
#endif
Q_SIGNALS:
- void lastWindowClosed();
void focusChanged(QWidget *old, QWidget *now);
#ifndef QT_NO_SESSIONMANAGER
void commitDataRequest(QSessionManager &sessionManager);