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 --- tests/auto/declarative/qmlvisual/shared/TestTextInput.qml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/auto/declarative/qmlvisual/shared/TestTextInput.qml (limited to 'tests/auto/declarative/qmlvisual/shared/TestTextInput.qml') diff --git a/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml b/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml deleted file mode 100644 index 64938e043c..0000000000 --- a/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml +++ /dev/null @@ -1,14 +0,0 @@ -import QtQuick 1.0 -import "../shared" 1.0 - -TextInput { - id: inp - FontLoader { id: fixedFont; source: "DejaVuSansMono.ttf" } - font.family: fixedFont.name - font.pixelSize: 12 - cursorDelegate: Rectangle { - width: 1; - color: "black"; - visible: parent.cursorVisible//bug that 'inp' doesn't seem to work? - } -} -- cgit v1.2.3