summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache/sqlite3/qsql_sqlite3.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-20 14:51:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-20 14:51:36 -0500
commit729d452ff6a1c628719fce274eeafcbd8374cf96 (patch)
tree6990cf7c9a0fe3f813bf0e652032ed0b54e1a8fc /src/svnqt/cache/sqlite3/qsql_sqlite3.h
parentfddfb2779cdf33a5ae65c2ca77a3fdfde99d1ab9 (diff)
downloadtdesvn-729d452ff6a1c628719fce274eeafcbd8374cf96.tar.gz
tdesvn-729d452ff6a1c628719fce274eeafcbd8374cf96.zip
Fix FTBFS due to missing SQL driver method
This resolves Bug 2117
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();