subsurface/tests/testpreferences.h
Tomaz Canabrava 3dce5de12d Add the beginning of the Preferences test
And it actually helped me to find a bug. yey.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-08-28 20:01:23 -07:00

14 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