summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/dbmanagermock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/dbmanagermock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
index ce7eb51..ee69fa1 100644
--- a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
+++ b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
@@ -16,9 +16,9 @@ class DbManagerMock : public DbManager
QList<Db*> getValidDbList();
QList<Db*> getConnectedDbList();
QStringList getDbNames();
- Db*getByName(const QString&, Qt::CaseSensitivity);
- Db*getByPath(const QString&);
- Db*createInMemDb();
+ Db* getByName(const QString&, Qt::CaseSensitivity);
+ Db* getByPath(const QString&);
+ Db* createInMemDb(bool = false);
bool isTemporary(Db*);
QString quickAddDb(const QString &path, const QHash<QString, QVariant> &);
DbPlugin* getPluginForDbFile(const QString&);