Uploaded image for project: 'Qt Automotive Suite'
  1. Qt Automotive Suite
  2. AUTOSUITE-1601

using function in Connections in simulation qml breaks simulation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • 5.15.0
    • 5.15.0
    • Neptune3, Qt IVI
    • None
    • Linux/Wayland

    Description

       

      Connections backendSignals: Connections { 
      target: backend 
      onEnabledChanged: {
      

      are reported to be deprecated. Changing to 

      Connections backendSignals: Connections {
                  target: backend
                  function onEnabledChanged() {
      

      leads to warning and not starts simulation

      [WARN | qt.ivi.simulationengine | c.p.a.settings] qrc:/plugin_resource/simulation.qml:179:22: Duplicate method name: invalid override of property change signal or superclass signal

      Attachments

        Issue Links

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

          Activity

            People

              gagi Dominik Holland
              e.nemtsev Egor Nemtsev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes