blob: 253d61d1dac5d8f5107e3363c1e4705b459571a8 [file] [log] [blame]
import QtQuick 2.0
QtObject {
readonly property var r_var: 1;
readonly property int r_int: 1;
property var w_var: 1;
property int w_int: 1;
}