From b0de855379a9242d74353dfd66677d4b1b5dbcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=B6ltt=C3=A4?= Date: Wed, 13 Mar 2019 13:09:48 +0100 Subject: Little fixes and cleanup, TODOs Explained some TODOs a bit better. Fixed mismatching tab titles in demo app. Removed unused predefined CursorNavigationCommands. --- tests/tst_cursornavigation.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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; -- cgit v1.2.3