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

using function in Connections in simulation qml breaks simulation

XMLWordPrintable

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

       

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes