diff options
author | jan Iversen <jani@apache.org> | 2018-07-12 12:44:53 +0200 |
---|---|---|
committer | jan Iversen <jani@apache.org> | 2018-07-12 22:36:04 +0200 |
commit | f63217495d27c77b2f7f866caec568a19ee9543d (patch) | |
tree | 20bbaa19029aa5e9ffd3344b7ebe27267c8878da /tests/testqml.cpp | |
parent | 33949735f2965a2249b2915b7c38e30202520bf4 (diff) | |
download | subsurface-f63217495d27c77b2f7f866caec568a19ee9543d.tar.gz |
tests: add qPrefAnimations qml testcases
add test of qml C++ interface
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqml.cpp')
-rw-r--r-- | tests/testqml.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testqml.cpp b/tests/testqml.cpp index e77d2c84f..0b75d8d48 100644 --- a/tests/testqml.cpp +++ b/tests/testqml.cpp @@ -8,7 +8,6 @@ #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 |