From 1baa2020a3b8bb891e199f2c6b7a4fcf2b19f58e Mon Sep 17 00:00:00 2001 From: Robert Kulagowski Date: Fri, 22 Jun 2012 09:44:18 -0500 Subject: [PATCH] Fix a typo. Update doc comment; the switch to QT4 has been made. --- mythtv/libs/libmythbase/mythdbcon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mythtv/libs/libmythbase/mythdbcon.h b/mythtv/libs/libmythbase/mythdbcon.h index 6d22c408e86..d9d557da772 100644 --- a/mythtv/libs/libmythbase/mythdbcon.h +++ b/mythtv/libs/libmythbase/mythdbcon.h @@ -127,7 +127,7 @@ class MBASE_PUBLIC MSqlQuery : private QSqlQuery public: /// \brief Get DB connection from pool MSqlQuery(const MSqlQueryInfo &qi); - /// \brief Returns conneciton to pool + /// \brief Returns connection to pool ~MSqlQuery(); /// \brief Only updated once during object creation @@ -166,8 +166,8 @@ class MBASE_PUBLIC MSqlQuery : private QSqlQuery /** \brief Return the id of the last inserted row * * Note: Currently, this function is only implemented in Qt4 (in QSqlQuery - * and QSqlResult), and is implemented here until the switch to Qt4. Also, - * the current implementation will only work for a DBMS that supports + * and QSqlResult) + * The current implementation will only work for a DBMS that supports * the function LAST_INSERT_ID() (i.e. MySQL), and will _not_ work * in SQLite. */