blob: ac7f2bed573bf4f0fcd94828b56b1a3c8a1f1b77 [file] [log] [blame]
import QtQuick 2.0
PropertyVarBaseItem {
property bool test: false
Component.onCompleted: {
test = true;
}
}