aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2016-06-13 18:42:42 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2016-06-13 18:42:42 -0400
commit5d9314f134ddd3dc4c853e398ac90ba247fb2e4f (patch)
tree5c457fc188036988d7abd29a3eb09931e406510f /SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
parent8e640722c62692818ab840d50b3758f89a41a54e (diff)
Imported Upstream version 3.1.0upstream/3.1.0
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/dbmanagermock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/dbmanagermock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
index 045991e..ce7eb51 100644
--- a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
+++ b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
@@ -21,6 +21,9 @@ class DbManagerMock : public DbManager
Db*createInMemDb();
bool isTemporary(Db*);
QString quickAddDb(const QString &path, const QHash<QString, QVariant> &);
+ DbPlugin* getPluginForDbFile(const QString&);
+ QString generateUniqueDbName(const QString&);
+ QString generateUniqueDbName(DbPlugin*, const QString&);
public slots:
void notifyDatabasesAreLoaded();