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>
This commit is contained in:
Tomaz Canabrava 2016-08-28 20:11:29 -03:00 committed by Dirk Hohndel
parent e54f81855d
commit 3dce5de12d
3 changed files with 51 additions and 0 deletions

14
tests/testpreferences.h Normal file
View file

@ -0,0 +1,14 @@
#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H
#include <QTest>
#include <functional>
class TestPreferences : public QObject
{
Q_OBJECT
private slots:
void testPreferences();
};
#endif // TESTDIVESITEDUPLICATION_H