mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 22:50:31 +00:00
15 lines
240 B
C
15 lines
240 B
C
|
#ifndef TESTDIVESITEDUPLICATION_H
|
||
|
#define TESTDIVESITEDUPLICATION_H
|
||
|
|
||
|
#include <QTest>
|
||
|
#include <functional>
|
||
|
|
||
|
class TestPreferences : public QObject
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
private slots:
|
||
|
void testPreferences();
|
||
|
};
|
||
|
|
||
|
#endif // TESTDIVESITEDUPLICATION_H
|