subsurface/tests/testpreferences.h
Jeremie Guichard ea4df67b32 Fix failures in TestPreferences for Windows run
QSettings needs OrganizationName and ApplicationName
to be set to work properly under Windows.

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-03-11 08:05:22 -08:00

15 lines
262 B
C++

#ifndef TESTDIVESITEDUPLICATION_H
#define TESTDIVESITEDUPLICATION_H
#include <QTest>
#include <functional>
class TestPreferences : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void testPreferences();
};
#endif // TESTDIVESITEDUPLICATION_H