diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-16 08:34:54 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-16 08:36:05 (GMT) |
commit | 6e8568ff784e093460e4383e32e064a49165c3a8 (patch) | |
tree | e0c7888e6ce2ddc2b0fe6840cedddd402aecff8d /src/sql/kernel/qsqldriver.cpp | |
parent | ea83669b9b44b1fb3a5acae6d53afd1df401e9b5 (diff) | |
download | Qt-6e8568ff784e093460e4383e32e064a49165c3a8.zip Qt-6e8568ff784e093460e4383e32e064a49165c3a8.tar.gz Qt-6e8568ff784e093460e4383e32e064a49165c3a8.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/sql/kernel/qsqldriver.cpp')
-rw-r--r-- | src/sql/kernel/qsqldriver.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/sql/kernel/qsqldriver.cpp b/src/sql/kernel/qsqldriver.cpp index f7492c3..48ef6a2 100644 --- a/src/sql/kernel/qsqldriver.cpp +++ b/src/sql/kernel/qsqldriver.cpp @@ -914,12 +914,11 @@ QString QSqlDriver::stripDelimitersImplementation(const QString &identifier, Ide } /*! + Sets the default numerical precision policy used by queries created + by this driver to \a precisionPolicy. - Sets the default numerical precision policy that queries use when created - by this driver. - - Note: Setting the default precision policy doesn't affect any currently - active queries. + Note: Setting the default precision policy to \a precisionPolicy + doesn't affect any currently active queries. \sa QSql::NumericalPrecisionPolicy, numericalPrecisionPolicy(), QSqlQuery::setNumericalPrecisionPolicy(), QSqlQuery::numericalPrecisionPolicy() */ |