1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
subsurface/tests/testdivesiteduplication.h

14 lines
221 B
C
Raw Normal View History

#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H
#include <QTest>
class TestDiveSiteDuplication : public QObject
{
Q_OBJECT
private slots:
void testReadV2();
};
#endif // TESTDIVESITEDUPLICATION_H