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:
parent
595e24fe2d
commit
1090ee664b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user