aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/configmock.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/configmock.h')
-rw-r--r--SQLiteStudio3/Tests/TestUtils/configmock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/configmock.h b/SQLiteStudio3/Tests/TestUtils/configmock.h
index a8a5a2c..620548b 100644
--- a/SQLiteStudio3/Tests/TestUtils/configmock.h
+++ b/SQLiteStudio3/Tests/TestUtils/configmock.h
@@ -9,7 +9,6 @@ class ConfigMock : public Config
{
public:
void init();
- void cleanUp();
const QString& getConfigDir();
void beginMassSave();
void commitMassSave();
@@ -51,8 +50,6 @@ class ConfigMock : public Config
void begin();
void commit();
void rollback();
- bool setCollations(const QList<CollationManager::CollationPtr>&);
- QList<CollationManager::CollationPtr> getCollations() const;
const QString &getConfigDir() const;
QString getConfigFilePath() const;
bool isMassSaving() const;