Re: [Development] Namespacing QML context properties

2013-12-08 Thread Alberto Mardegan
On 12/09/2013 12:54 AM, Alan Alpert wrote: > On Sun, Dec 8, 2013 at 5:38 AM, Alberto Mardegan > wrote: [...] > What do you mean "current context"? The problem you seem to be hitting > is that there is another symbol in the current context that you want > to avoid, so that it finds a symbol higher

Re: [Development] Namespacing QML context properties

2013-12-08 Thread Alan Alpert
On Sun, Dec 8, 2013 at 5:38 AM, Alberto Mardegan wrote: > Hi all! > One of the issues that has most bothered me when developing in QML is > dealing with the same variable name in item properties and context > properties. For example: > > // "model" is a context property > Loader { > property

[Development] Namespacing QML context properties

2013-12-08 Thread Alberto Mardegan
Hi all! One of the issues that has most bothered me when developing in QML is dealing with the same variable name in item properties and context properties. For example: // "model" is a context property Loader { property variant model: model sourceComponent: someComponent } The code abo

Re: [Development] Order of macro expansion in compiler error messages

2013-12-08 Thread Kurt Pattyn
On 08 Dec 2013, at 12:00, development-requ...@qt-project.org wrote: > Just a quick poll: which order do you think is more intuitive? > > Option A: > qobjectdefs.h:69:20: error: expected unqualified-id before ‘protected’ > # define signals protected >^ > :1:6: note: in expan