diff options
-rw-r--r-- | src/sql/kernel/qsqlfield.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sql/kernel/qsqlfield.cpp b/src/sql/kernel/qsqlfield.cpp index 9fdb24f3306..e89c07c0750 100644 --- a/src/sql/kernel/qsqlfield.cpp +++ b/src/sql/kernel/qsqlfield.cpp @@ -115,6 +115,14 @@ QT_DEFINE_QESDP_SPECIALIZATION_DTOR(QSqlFieldPrivate) */ /*! + \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 \overload |