aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrendererinfo/data/basic.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickrendererinfo/data/basic.qml')
-rw-r--r--tests/auto/quick/qquickrendererinfo/data/basic.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquickrendererinfo/data/basic.qml b/tests/auto/quick/qquickrendererinfo/data/basic.qml
deleted file mode 100644
index b7dbbb9ac9..0000000000
--- a/tests/auto/quick/qquickrendererinfo/data/basic.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 2.8
-
-Item {
- property int api: RendererInfo.api
-}