diff options
author | Jeremie Guichard <djebrest@gmail.com> | 2017-03-11 11:38:26 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-11 08:05:22 -0800 |
commit | ea4df67b32d6ec9e0539c813ea2225ba367ff8a6 (patch) | |
tree | f4c5733f79eafe930ac59fea72b49cfc33ce2802 /tests/testpreferences.h | |
parent | eae4bd82a5e3009ef555771cb77e9289d2a0f585 (diff) | |
download | subsurface-ea4df67b32d6ec9e0539c813ea2225ba367ff8a6.tar.gz |
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>
Diffstat (limited to 'tests/testpreferences.h')
-rw-r--r-- | tests/testpreferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testpreferences.h b/tests/testpreferences.h index 9b2c44ab3..c97efb4de 100644 --- a/tests/testpreferences.h +++ b/tests/testpreferences.h @@ -8,6 +8,7 @@ class TestPreferences : public QObject { Q_OBJECT private slots: + void initTestCase(); void testPreferences(); }; |