Details
-
Technical task
-
Resolution: Unresolved
-
P3: Somewhat important
Description
qmltc should prefix its variable to avoid naming collisions: compiling a signal with a parameter named 'e' will clash with the QQmlEnginePrivate variable also called 'e' in the generated code.
Use a prefix for all qmltc internal stuff in qmltc generated code, maybe something like "_q_qmltc_".