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

Clashing of Quick Components and Protobuf QML messages

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • 6.9
    • Protocol Buffers
    • None
    • 5
    • 2d2a5bc1a (dev), c5756a29c (6.8), 4aa040ce5 (6.9)
    • Foundation Sprint 123

    Description

      Such a proto file:

      syntax = "proto3";
      package test;
      message Text {} 

      When generated with the QML option and later imported into the qml file

          qt_add_protobuf(forbidden
              QML
              PROTO_FILES "forbidden.proto"
              PROTO_INCLUDES ${proto_imp}
          ) 

      Will result in some form of shadowing for the Text qml type resulting in error messages as: Qt Qml Element is not creatable

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tatiana.borisova Tatiana Borisova
            dennisoberst Dennis Oberst
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes