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:
parent
7b4c8dd8c2
commit
5a1a80861f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user