Add QSqlField::swap() documentation
Fixes: QTBUG-116937 Change-Id: Ic5f08c3a7d0f2c0c926ced0d194fd5a2aea191fd Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 5a1a80861f2abff08cc811cd01512199a1722c3f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
170a2594f4
commit
d28a9f512e
@ -114,6 +114,14 @@ QT_DEFINE_QESDP_SPECIALIZATION_DTOR(QSqlFieldPrivate)
|
|||||||
setGenerated(), setReadOnly()
|
setGenerated(), setReadOnly()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\fn void QSqlField::swap(QSqlField &other)
|
||||||
|
\since 6.6
|
||||||
|
|
||||||
|
Swaps this field with \a other. This function is very fast and
|
||||||
|
never fails.
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\since 6.0
|
\since 6.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user