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

Signal QFutureWatcher::resultReadyAt (int) not emitted in some cases.

    XMLWordPrintable

Details

    Description

      In QtConcurrent module. In case of using QFutureWatcher<void> to monitor progress of QFuture<void> future = QtConcurrent::map() signal resultReadyAt(int) for some reason not emitted.
      Signals QFutureWatcher::started() and QFutureWatcher::finished() continue to work. Same piece of code using QFutureWatcher<int> to monitor QFuture<int>::mapped() work just fine.

      Attachments

        1. main.cpp
          0.2 kB
        2. test.cpp
          2 kB
        3. test.h
          0.5 kB
        4. test.pro
          0.1 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stromme Christian
            d953i divashin
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes