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
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
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
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