mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
e54f81855d
commit
3dce5de12d
3 changed files with 51 additions and 0 deletions
14
tests/testpreferences.h
Normal file
14
tests/testpreferences.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue