diff options
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 c15dd989dae..74c487793b5 100644 --- a/src/sql/kernel/qsqldatabase.cpp +++ b/src/sql/kernel/qsqldatabase.cpp @@ -1432,7 +1432,7 @@ bool QSqlDatabase::isValid() const } /*! - Clones the database connection \a other and and stores it as \a + Clones the database connection \a other and stores it as \a connectionName. All the settings from the original database, e.g. databaseName(), hostName(), etc., are copied across. Does nothing if \a other is an invalid database. Returns the newly created |