summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/configmock.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/configmock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/configmock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/configmock.h b/SQLiteStudio3/Tests/TestUtils/configmock.h
index 2115ccf..89c870e 100644
--- a/SQLiteStudio3/Tests/TestUtils/configmock.h
+++ b/SQLiteStudio3/Tests/TestUtils/configmock.h
@@ -51,6 +51,7 @@ class ConfigMock : public Config
QList<ReportHistoryEntryPtr> getReportHistory();
void deleteReport(int);
void clearReportHistory();
+ QString getSqlite3Version() const;
public slots:
void refreshSqlHistory();