aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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;