summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <[email protected]>2023-09-11 12:37:54 +0200
committerIvan Solovev <[email protected]>2023-09-12 02:35:03 +0200
commit5a1a80861f2abff08cc811cd01512199a1722c3f (patch)
tree171504a1c9f3749f6e5e7ef6badcbeaa5413b1fd
parent7b4c8dd8c28ac47e1b8601fc79a4dc333b0e739d (diff)
Add QSqlField::swap() documentation
Fixes: QTBUG-116937 Pick-to: 6.6 Change-Id: Ic5f08c3a7d0f2c0c926ced0d194fd5a2aea191fd Reviewed-by: Paul Wicking <[email protected]> Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r--src/sql/kernel/qsqlfield.cpp8
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