summaryrefslogtreecommitdiffstats
path: root/tests/testgitstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testgitstorage.h')
-rw-r--r--tests/testgitstorage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h
index 579aa33d3..d84a8e544 100644
--- a/tests/testgitstorage.h
+++ b/tests/testgitstorage.h
@@ -8,6 +8,8 @@ class TestGitStorage : public QObject
Q_OBJECT
private slots:
void initTestCase();
+ void cleanup();
+
void testGitStorageLocal_data();
void testGitStorageLocal();
void testGitStorageCloud();