summaryrefslogtreecommitdiffstats
path: root/src/sql/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2012-12-07 12:04:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-07 14:49:08 +0100
commit035c3b57812018acfbdce3d4509695332d5ed652 (patch)
treee7ba84d8095abc4739d05d271ca3d36c23a2a751 /src/sql/doc
parent13fcd1c342b7d60640fb82956149d00f1ee2f3c7 (diff)
Doc: removed control code+minor rephrasing
QTBUG-28382 Change-Id: Ic166fcb283d3339853c68a71be9aebd6cfed0523 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sql/doc')
-rw-r--r--src/sql/doc/src/sql-programming.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sql/doc/src/sql-programming.qdoc b/src/sql/doc/src/sql-programming.qdoc
index aa2eb243b8..ab8eee5b88 100644
--- a/src/sql/doc/src/sql-programming.qdoc
+++ b/src/sql/doc/src/sql-programming.qdoc
@@ -76,7 +76,7 @@
\section2 Driver Layer
- This comprises the classes QSqlDriver, QSqlDriverCreator<T>,
+ This comprises the classes QSqlDriver, QSqlDriverCreator,
QSqlDriverCreatorBase, QSqlDriverPlugin, and QSqlResult.
This layer provides the low-level bridge between the specific databases
@@ -98,8 +98,8 @@
These classes are designed to work with Qt's
\l{Model/View Programming}{model/view framework}.
- Note that to use any of these classes, a QCoreApplication object
- must have been instantiated first.
+ Note that a QCoreApplication object must be instantiated before
+ using any of these classes.
*/
/*!