aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testpreferences.h
blob: 9b2c44ab390975a154d98a53b3976f675837e29b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H

#include <QTest>
#include <functional>

class TestPreferences : public QObject
{
	Q_OBJECT
private slots:
	void testPreferences();
};

#endif // TESTDIVESITEDUPLICATION_H