mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
1b37e0f1a4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
13 lines
221 B
C++
13 lines
221 B
C++
#ifndef TESTDIVESITEDUPLICATION_H
|
|
#define TESTDIVESITEDUPLICATION_H
|
|
|
|
#include <QTest>
|
|
|
|
class TestDiveSiteDuplication : public QObject
|
|
{
|
|
Q_OBJECT
|
|
private slots:
|
|
void testReadV2();
|
|
};
|
|
|
|
#endif // TESTDIVESITEDUPLICATION_H
|