summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp
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.cpp
parenta308f430f694423064ebc86fd0506c8c6fdb3d93 (diff)
Imported Upstream version 3.0.6upstream/3.0.6
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp
index 1bc5f7d..7d286c4 100644
--- a/SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp
+++ b/SQLiteStudio3/Tests/TestUtils/dbmanagermock.cpp
@@ -79,3 +79,7 @@ void DbManagerMock::notifyDatabasesAreLoaded()
void DbManagerMock::scanForNewDatabasesInConfig()
{
}
+
+void DbManagerMock::rescanInvalidDatabasesForPlugin(DbPlugin*)
+{
+}