aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/shared/TestText.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlvisual/shared/TestText.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/shared/TestText.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qmlvisual/shared/TestText.qml b/tests/auto/declarative/qmlvisual/shared/TestText.qml
deleted file mode 100644
index ab624c319e..0000000000
--- a/tests/auto/declarative/qmlvisual/shared/TestText.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-import "../shared" 1.0
-
-Text{
- FontLoader { id: fixedFont; source: "DejaVuSansMono.ttf" }
- font.family: fixedFont.name
- font.pixelSize: 12
-}