Comment 2 for bug 1193397

Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Re: Dynamically set properties are not introspectable

Sure, let me provide the specific branch that exhibits this behavior:

lp:~pkunal-parmar/ubuntu-calendar-app/today

See this merge for reference if you wish:
https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/today/+merge/169436

Specifically if you look in the .qml file you'll see this:

property var monthStart: currentItem != null ? currentItem.monthStart : (new Date()).monthStart()

however, If I set monthStart to something like this, the testcase passes:
property var monthStart: "test"