summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezone.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-11-18 12:27:03 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-11-18 12:27:04 +0100
commit72ea7900858a31c1c6b93e6fed9f2f4dc30291e4 (patch)
tree89c4dd69ad88dde8ec506dbf1a2fae79ef454914 /src/corelib/tools/qtimezone.cpp
parentaafbd7392ead765c2038a1ac6b569d083effb81d (diff)
parenteb122a6fe4de5b95acb287f92c6ca5e81864b1c6 (diff)
Merge remote-tracking branch 'origin/release' into stable
Diffstat (limited to 'src/corelib/tools/qtimezone.cpp')
-rw-r--r--src/corelib/tools/qtimezone.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/corelib/tools/qtimezone.cpp b/src/corelib/tools/qtimezone.cpp
index b6196d99e5..9288dc7756 100644
--- a/src/corelib/tools/qtimezone.cpp
+++ b/src/corelib/tools/qtimezone.cpp
@@ -422,13 +422,18 @@ QTimeZone &QTimeZone::operator=(const QTimeZone &other)
return *this;
}
+/*
+ \fn void QTimeZone::swap(QTimeZone &other)
+
+ Swaps this timezone with \a other. This function is very fast and
+ never fails.
+*/
+
/*!
\fn QTimeZone &QTimeZone::operator=(QTimeZone &&other)
Move-assigns \a other to this QTimeZone instance, transferring the
ownership of the managed pointer to this instance.
-
- \since 5.2
*/
/*!