diff options
author | jan Iversen <jani@apache.org> | 2018-07-05 22:34:04 +0200 |
---|---|---|
committer | jan Iversen <jani@apache.org> | 2018-07-12 19:07:49 +0200 |
commit | 6c1aa701d6a459c3bdca0396dfc603711956b508 (patch) | |
tree | 2bc9e6167ac6627d0373a403f6c3da353aca8f8a | |
parent | aa0a918082dced90eb608ba44f39028bfe9ad0c1 (diff) | |
download | subsurface-6c1aa701d6a459c3bdca0396dfc603711956b508.tar.gz |
tests: make qprefdisplay test file
Remove display tests from testpreferences and make a new file
Signed-off-by: Jan Iversen <jani@apache.org>
-rw-r--r-- | tests/testqml.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqml.cpp b/tests/testqml.cpp index 0b75d8d48..e77d2c84f 100644 --- a/tests/testqml.cpp +++ b/tests/testqml.cpp @@ -8,6 +8,7 @@ #include "core/settings/qPref.h" #include "core/qt-gui.h" +#include "core/settings/qPrefDisplay.h" // this is the content of QUICK_TEST_MAIN amended with // registration of ssrf classes |