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

QML timers running property is updated before it is triggered

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.4.2
    • 5.4.0
    • None
    • Qt 5.4.0
    • c6f0e3967992780e7786d6bdd90b21149009f2fd

      With qt 5.4 it is not possible to use the running property to deduce whether a timer can be safely assumed to not trigger (or whether it has already triggered), since timers that are not running are now sending the triggered signal. This seems like misuse of the running property, it should really be updated directly after the triggered signal is emitted.

      This was probably introduced by the change in ca43c4121dde6c8f5d4eabfcf128ff6214996d54 (in relation to QTBUG-39371).

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

            nilsson.troels@gmail.com Troels Nilsson
            nilsson.troels@gmail.com Troels Nilsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes