summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache/sqlite3/qsql_sqlite3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/cache/sqlite3/qsql_sqlite3.h')
-rw-r--r--src/svnqt/cache/sqlite3/qsql_sqlite3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svnqt/cache/sqlite3/qsql_sqlite3.h b/src/svnqt/cache/sqlite3/qsql_sqlite3.h
index 67baaa4..e739cda 100644
--- a/src/svnqt/cache/sqlite3/qsql_sqlite3.h
+++ b/src/svnqt/cache/sqlite3/qsql_sqlite3.h
@@ -70,6 +70,7 @@ public:
const TQString & host,
int port ) { return open (db, user, password, host, port, TQString()); }
void close();
+ bool ping();
TQSqlQuery createQuery() const;
bool beginTransaction();
bool commitTransaction();