From 0063c93d1ca1cc69b890e6263b95f18a7667b6ff Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 30 May 2011 11:23:22 +1000 Subject: qmlvisual is broken and unmaintained. Remove it. Change-Id: I9d522d3db81586da8f24be2b3becfdbf2968d933 --- .../declarative/qmlvisual/focusscope/test2.qml | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 tests/auto/declarative/qmlvisual/focusscope/test2.qml (limited to 'tests/auto/declarative/qmlvisual/focusscope/test2.qml') diff --git a/tests/auto/declarative/qmlvisual/focusscope/test2.qml b/tests/auto/declarative/qmlvisual/focusscope/test2.qml deleted file mode 100644 index 072eddbf2d..0000000000 --- a/tests/auto/declarative/qmlvisual/focusscope/test2.qml +++ /dev/null @@ -1,38 +0,0 @@ -import QtQuick 1.0 - -Rectangle { - color: "white" - width: 400 - height: 50 - - //All five rectangles should be red - FocusScope { - focus: true - Rectangle { width: 40; height: 40; color: parent.activeFocus?"red":"blue" } - - FocusScope { - x: 80 - focus: true - Rectangle { width: 40; height: 40; color: parent.activeFocus?"red":"blue" } - - FocusScope { - x: 80 - focus: true - Rectangle { width: 40; height: 40; color: parent.activeFocus?"red":"blue" } - - FocusScope { - x: 80 - focus: true - Rectangle { width: 40; height: 40; color: parent.activeFocus?"red":"blue" } - - FocusScope { - x: 80 - focus: true - Rectangle { width: 40; height: 40; color: parent.activeFocus?"red":"blue" } - } - } - } - } - } - -} -- cgit v1.2.3