aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qml2puppet/mockfiles/GenericBackend.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qml2puppet/mockfiles/GenericBackend.qml')
-rw-r--r--src/tools/qml2puppet/mockfiles/GenericBackend.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/qml2puppet/mockfiles/GenericBackend.qml b/src/tools/qml2puppet/mockfiles/GenericBackend.qml
new file mode 100644
index 0000000000..30083c228f
--- /dev/null
+++ b/src/tools/qml2puppet/mockfiles/GenericBackend.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.6
+
+QtObject {
+ property int x
+ property int y
+ property int width
+ property int height
+}