aboutsummaryrefslogtreecommitdiffstats
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 7f04e98..a8a5a2c 100644
--- a/SQLiteStudio3/Tests/TestUtils/configmock.h
+++ b/SQLiteStudio3/Tests/TestUtils/configmock.h
@@ -61,6 +61,7 @@ class ConfigMock : public Config
void deleteReport(int);
void clearReportHistory();
QString getSqlite3Version() const;
+ bool isInMemory() const;
public slots:
void refreshSqlHistory();