summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-03-21 21:57:26 -0700
committerQt by Nokia <qt-info@nokia.com>2012-03-22 08:51:48 +0100
commit5ec17700fa0935ab9a2732c47fbf88fea3be825b (patch)
tree4aed4165d10d3a8edf726c6d6683f8f6d70c3fae /src/gui/kernel/qguiapplication.cpp
parentd6d77d54aa78ea598a1d3c05556b10de91ccaef1 (diff)
Remove redundant \since 5.0
\since 5.0 has been add to the class section, so member functions and properties donot need this any more. see SHA: 5728c8a8e7c994b931d340315c241350d646f62a Change-Id: I4e67461373dda99ee1fbfdeb6477fde1dcfec116 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/kernel/qguiapplication.cpp')
-rw-r--r--src/gui/kernel/qguiapplication.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index fe1c93ea29..5611296385 100644
--- a/src/gui/kernel/qguiapplication.cpp
+++ b/src/gui/kernel/qguiapplication.cpp
@@ -478,7 +478,6 @@ QWindow *QGuiApplication::topLevelAt(const QPoint &pos)
/*!
\property QGuiApplication::platformName
\brief The name of the underlying platform plugin.
- \since 5.0
*/
QString QGuiApplication::platformName()
@@ -1959,8 +1958,6 @@ void QGuiApplication::restoreOverrideCursor()
#endif// QT_NO_CURSOR
/*!
- \since 5.0
-
Returns the application's style hints.
The style hints encapsulate a set of platform dependent properties
@@ -2014,8 +2011,6 @@ QInputMethod *QGuiApplication::inputMethod() const
}
/*!
- \since 5.0
-
returns the input panel.
The input panel returns properties about the state and position of
@@ -2030,7 +2025,6 @@ QInputPanel *QGuiApplication::inputPanel() const
}
/*!
- \since 4.5
\fn void QGuiApplication::fontDatabaseChanged()
This signal is emitted when application fonts are loaded or removed.