summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-12-18 15:27:06 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-12-19 07:03:13 +0100
commitcaa82e1fc24907af0a81e31cf9b77ae8e82e44cc (patch)
tree06392687de02955990a6f9c2d36aa893dcc69422 /src/gui
parent669a29f5e7f18d021927b9dd56b2fcb1c644baf6 (diff)
Doc: Add since version
for QCursor::swap and QOperatingSystemVersion::currentType. Fixes: QTBUG-80854 Fixes: QTBUG-80891 Change-Id: Ia256fa0d3ad4665f44b933f5a4a8d4ee87e9fc13 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qcursor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp
index 1ba8760a9d..fd912362bf 100644
--- a/src/gui/kernel/qcursor.cpp
+++ b/src/gui/kernel/qcursor.cpp
@@ -175,6 +175,8 @@ QT_BEGIN_NAMESPACE
\fn void QCursor::swap(QCursor &other)
Swaps this cursor with the \a other cursor.
+
+ \since 5.7
*/
/*!