diff options
Diffstat (limited to 'src/sql/qsqldatabase.h')
-rw-r--r-- | src/sql/qsqldatabase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql/qsqldatabase.h b/src/sql/qsqldatabase.h index fb07513..c605f58 100644 --- a/src/sql/qsqldatabase.h +++ b/src/sql/qsqldatabase.h @@ -95,6 +95,7 @@ public: bool open(); bool open( const QString& user, const QString& password ); void close(); + bool ping(); bool isOpen() const; bool isOpenError() const; QStringList tables() const; |