diff options
| author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-02-02 06:43:48 (GMT) |
|---|---|---|
| committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-02-02 06:43:48 (GMT) |
| commit | 8fa689ed67583491cbfd5b8cc58860c15ec4903c (patch) | |
| tree | 91585437344a5c668c860cb8432e364e3c3563bb /src/sql/kernel/qsqldatabase.cpp | |
| parent | 95b17fbe91eb3b1b0fcac92d8a8934769e4cd847 (diff) | |
| parent | 1e7ab0e849900bacf71935f2a2150116b8dc17d1 (diff) | |
| download | Qt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.zip Qt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.tar.gz Qt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.tar.bz2 | |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (208 commits)
Replace all occurances of "Qt 4.7" with "QtQuick 1.0"
Doc: Adjusted the font sizes for the offline documentation.
Doc: Added a missing style sheet to the qhp manifest.
Doc: Fixed the qthelp namespace for the Qt documentation.
Doc: including missing pages in overviews.
Doc: Fixed typo in QCoreApplication docs
Fixed whitespace.
Avoid hard-coding product names in page titles.
Doc: Unindented a code snippet.
Doc: Fixed confusing wording of a sentence.
Doc: Fixed a broken link.
Doc: Updated the information about commercial editions of Qt.
Doc: Fixed qdoc warnings about broken links.
Doc: Added preprocessor coloring.
Doc: Added a link from the plugin guide to the plugin deployment guide.
Doc: Fixed the syntax of QML code snippets.
doc: Fixed a missing * in the docs for QML_DECLARE_TYPE
Doc: Fixed missing images in qt demo
Doc: Fixing typo
Doc: fixing bugs and typos based on feedback
...
Diffstat (limited to 'src/sql/kernel/qsqldatabase.cpp')
| -rw-r--r-- | src/sql/kernel/qsqldatabase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/kernel/qsqldatabase.cpp b/src/sql/kernel/qsqldatabase.cpp index 389047d..ce9aae5 100644 --- a/src/sql/kernel/qsqldatabase.cpp +++ b/src/sql/kernel/qsqldatabase.cpp @@ -798,7 +798,7 @@ void QSqlDatabasePrivate::init(const QString &type) Destroys the object and frees any allocated resources. If this is the last QSqlDatabase object that uses a certain - database connection, the is automatically closed. + database connection, the database connection is automatically closed. \sa close() */ |
