summaryrefslogtreecommitdiffstats
path: root/tests/testdivesiteduplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdivesiteduplication.h')
-rw-r--r--tests/testdivesiteduplication.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testdivesiteduplication.h b/tests/testdivesiteduplication.h
new file mode 100644
index 000000000..5fb625568
--- /dev/null
+++ b/tests/testdivesiteduplication.h
@@ -0,0 +1,13 @@
+#ifndef TESTDIVESITEDUPLICATION_H
+#define TESTDIVESITEDUPLICATION_H
+
+#include <QTest>
+
+class TestDiveSiteDuplication : public QObject
+{
+ Q_OBJECT
+private slots:
+ void testReadV2();
+};
+
+#endif // TESTDIVESITEDUPLICATION_H