summaryrefslogtreecommitdiff
path: root/src/tools/qml2puppet/mockfiles/GenericBackend.qml
blob: 30083c228f3a9900a4dc2859195f781c4715d98b (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.6

QtObject {
    property int x
    property int y
    property int width
    property int height
}