diff options
author | jan Iversen <jani@apache.org> | 2018-08-14 18:17:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-15 16:11:39 -0700 |
commit | bac6456ee6b77231d23b20150d0f0cdfc5398784 (patch) | |
tree | e10f34287c4f2b4dc1b8c43594e69d5c0c52b196 /tests/testpreferences.h | |
parent | a781d3a44ea136af4e166e9018644166a9755f54 (diff) | |
download | subsurface-bac6456ee6b77231d23b20150d0f0cdfc5398784.tar.gz |
tests: remove testpreferences
remove the now empty testpreferences
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testpreferences.h')
-rw-r--r-- | tests/testpreferences.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/testpreferences.h b/tests/testpreferences.h deleted file mode 100644 index 10c875484..000000000 --- a/tests/testpreferences.h +++ /dev/null @@ -1,15 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#ifndef TESTPREFERENCES_H -#define TESTPREFERENCES_H - -#include <QTest> -#include <functional> - -class TestPreferences : public QObject { - Q_OBJECT -private slots: - void initTestCase(); - void testPreferences(); -}; - -#endif // TESTPREFERENCES_H |