Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.8.0-beta1
-
None
-
b8dcaa455e8b8139634a1992a30b11295d627378 (qt-creator/qt-creator/4.8)
Description
When loading a QML trace you get the following warning:
QFutureWatcher::connect: connecting after calling setFuture() is likely to produce race
And this is correct. We indeed should first connect the QFutureWatcher and set the future.