summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2014-01-13 09:24:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-30 10:22:26 +0100
commit1090ee664ba14a16036eb4d539006c4f8c7a545a (patch)
tree567bcf2c891b1ed3a45aa4c19422bb4687a3a42f /src
parent595e24fe2d59e21d71f1eaa8caadf635a5cfbdfb (diff)
Remove duplicate move assignment operator doc
Keep the "since 5.2". Change-Id: I8cfaf81e0b10f67c084e923f846ce0c722eac7fe Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qbitarray.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/corelib/tools/qbitarray.cpp b/src/corelib/tools/qbitarray.cpp
index f583444d3c..02cc321262 100644
--- a/src/corelib/tools/qbitarray.cpp
+++ b/src/corelib/tools/qbitarray.cpp
@@ -119,14 +119,6 @@ QT_BEGIN_NAMESPACE
\since 5.2
*/
-/*!
- \fn QBitArray &QBitArray::operator=(QBitArray &&other)
-
- Move-assigns \a other to this QBitArray instance.
-
- \since 5.2
-*/
-
/*! \fn QBitArray::QBitArray()
Constructs an empty bit array.
@@ -464,6 +456,7 @@ void QBitArray::fill(bool value, int begin, int end)
*/
/*! \fn QBitArray &QBitArray::operator=(QBitArray &&other)
+ \since 5.2
Moves \a other to this bit array and returns a reference to
this bit array.