Add QSqlField::swap() documentation

Fixes: QTBUG-116937
Pick-to: 6.6
Change-Id: Ic5f08c3a7d0f2c0c926ced0d194fd5a2aea191fd
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Ivan Solovev 2023-09-11 12:37:54 +02:00
parent 7b4c8dd8c2
commit 5a1a80861f

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