aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tst_cursornavigation.cpp
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2019-03-13 13:09:48 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:43:04 +0100
commitb0de855379a9242d74353dfd66677d4b1b5dbcec (patch)
treea74841c8cdfb339a30e6a1c25133b0c26adb5f57 /tests/tst_cursornavigation.cpp
parent00a273acef3cb084e7a9725c9ecc60c3aa3556da (diff)
Little fixes and cleanup, TODOs
Explained some TODOs a bit better. Fixed mismatching tab titles in demo app. Removed unused predefined CursorNavigationCommands.
Diffstat (limited to 'tests/tst_cursornavigation.cpp')
-rw-r--r--tests/tst_cursornavigation.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tst_cursornavigation.cpp b/tests/tst_cursornavigation.cpp
index 60ff6ef..5d842db 100644
--- a/tests/tst_cursornavigation.cpp
+++ b/tests/tst_cursornavigation.cpp
@@ -328,6 +328,11 @@ void TestCursorNavigation::test_targetDeletions()
void TestCursorNavigation::test_reparenting()
{
+ /* notice, that reparenting from window to another works, but reparenting
+ * within a window not so well. problems there arise when reaprenting items
+ * contained in an item that is also navigable. reparenting2.qml covers this
+ */
+
QQmlApplicationEngine *engine = new QQmlApplicationEngine(QFINDTESTDATA("reparenting.qml"));
QQuickWindow *window0 = nullptr;