Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-107631

qmltc: avoid naming collisions

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • 6.x
    • 6.4.0
    • QML: Compiler

    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_".

      Attachments

        Activity

          People

            sami.shalayel Sami Shalayel
            sami.shalayel Sami Shalayel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: