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>
bb10
Nico Vertriest 2012-12-07 12:04:29 +01:00 committed by The Qt Project
parent 13fcd1c342
commit 035c3b5781
1 changed files with 3 additions and 3 deletions

View File

@ -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.
*/
/*!