summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-12 16:19:40 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-12 16:19:40 -0400
commit9618f0ebbf4b88045247c01ce8c8f58203508ebf (patch)
tree20c9894691353ee8bab4eec668e9b0b6c6426e0f /SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
parenta308f430f694423064ebc86fd0506c8c6fdb3d93 (diff)
Imported Upstream version 3.0.6upstream/3.0.6
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/dbmanagermock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/dbmanagermock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
index 2f28487..045991e 100644
--- a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
+++ b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.h
@@ -25,6 +25,7 @@ class DbManagerMock : public DbManager
public slots:
void notifyDatabasesAreLoaded();
void scanForNewDatabasesInConfig();
+ void rescanInvalidDatabasesForPlugin(DbPlugin*);
};
#endif // DBMANAGERMOCK_H