Remove duplicate move assignment operator doc

Keep the "since 5.2".

Change-Id: I8cfaf81e0b10f67c084e923f846ce0c722eac7fe
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
This commit is contained in:
Morten Johan Sørvig 2014-01-13 09:24:32 +01:00 committed by The Qt Project
parent 595e24fe2d
commit 1090ee664b

View File

@ -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.