On Wednesday, 4 de January de 2012 16.05.36, [email protected] wrote: > We don't allow signal or property names to start with an uppercase letter
By the way, the caret should point to the uppercase letter, not to "property",
in:
file:///tmp/foo.qml:4:5: Property names cannot begin with an upper case letter
property int Foo
^
It does so correctly for signals:
file:///tmp/foo.qml:4:12: Signal names cannot begin with an upper case letter
signal Foo
^
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
