summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/dbattachermock.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/dbattachermock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/dbattachermock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/dbattachermock.h b/SQLiteStudio3/Tests/TestUtils/dbattachermock.h
index b3ab345..c914acf 100644
--- a/SQLiteStudio3/Tests/TestUtils/dbattachermock.h
+++ b/SQLiteStudio3/Tests/TestUtils/dbattachermock.h
@@ -12,6 +12,7 @@ class DbAttacherMock : public DbAttacher
void detachDatabases();
BiStrHash getDbNameToAttach() const;
QString getQuery() const;
+ bool getMainDbNameUsed() const;
};
class DbAttacherFactoryMock : public DbAttacherFactory