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:
Ivan Solovev 2023-09-11 12:37:54 +02:00 committed by Qt Cherry-pick Bot
parent 170a2594f4
commit d28a9f512e

View File

@ -114,6 +114,14 @@ QT_DEFINE_QESDP_SPECIALIZATION_DTOR(QSqlFieldPrivate)
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