diff --git a/tests-functionnal/qml/Children.qml b/tests-functionnal/qml/Children.qml deleted file mode 100644 index fd72748..0000000 --- a/tests-functionnal/qml/Children.qml +++ /dev/null @@ -1,20 +0,0 @@ -import QtQuick 2.0 - -Item { - id: main - Text { - text: "Parent" - } - - Item { - Text { - text: "Child" - } - - Item { - Text { - text: "Grandchild" - } - } - } -}