summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-07-22 12:41:40 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-01-12 06:14:56 +0000
commit6b9c4480bcb46c9d6bb4afc9b208018ff604a8bf (patch)
treec9d8a9f47e79bab45dfe13f47fcf589f6c39859b /src/corelib/tools/qlocale.cpp
parentc5e4417d6d608b00782d1e2a154cfdfd2b374392 (diff)
Mark QLocale as shared
It was already movable, so it's BC. Only needed to add nothrow member-swap and nothrow move assignment. Change-Id: Iefedb877078da8ee075eb67185eef221143ddec1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qlocale.cpp')
-rw-r--r--src/corelib/tools/qlocale.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index 1f4d0c88c5..bbba18fa27 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -869,6 +869,14 @@ bool QLocale::operator!=(const QLocale &other) const
}
/*!
+ \fn void QLocale::swap(QLocale &other)
+ \since 5.6
+
+ Swaps locale \a other with this locale. This operation is very fast and
+ never fails.
+*/
+
+/*!
\since 5.6
\relates QLocale