aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/collationmanagermock.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/collationmanagermock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/collationmanagermock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/collationmanagermock.h b/SQLiteStudio3/Tests/TestUtils/collationmanagermock.h
index eb08b7b..0b273d9 100644
--- a/SQLiteStudio3/Tests/TestUtils/collationmanagermock.h
+++ b/SQLiteStudio3/Tests/TestUtils/collationmanagermock.h
@@ -13,6 +13,7 @@ class CollationManagerMock : public CollationManager
QList<CollationPtr> getCollationsForDatabase(const QString&) const;
int evaluate(const QString&, const QString&, const QString&);
int evaluateDefault(const QString&, const QString&);
+ CollationPtr getCollation(const QString &name) const;
};
#endif // COLLATIONMANAGERMOCK_H