summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJulien Brianceau <jbriance@cisco.com>2015-08-18 10:48:26 +0200
committerJulien Brianceau <jbriance@cisco.com>2015-08-18 14:59:39 +0000
commit6a57a260fc1ce8250fef4ed6e0242ac933c7ee56 (patch)
treee16853470a6d9d00485f42412d7b3b82776b98e5 /src/widgets
parentee15bef3ea24a78e5fd4708c0a1cebee2e4fac5d (diff)
Doc: remove type() reference from QApplication and QGuiApplication
QApplication::type() is gone since Qt 5.0. Task-number: QTBUG-28093 Change-Id: I8700c69a42271e8b99f3e86a5014c8abf7711f53 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/kernel/qapplication.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index b9fd6312e7..647484ece1 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -339,8 +339,7 @@ void QApplicationPrivate::createEventDispatcher()
\li Miscellaneous
\li closeAllWindows(),
startingUp(),
- closingDown(),
- type().
+ closingDown().
\endtable
\sa QCoreApplication, QAbstractEventDispatcher, QEventLoop, QSettings