Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2, 5.5.0
-
None
-
MSVC 2008
-
b86efb1ab9daa76965cda5bdebb225c9e3762e8e
Description
In release mode with msvc 2008 the attached program gives the output:
true true
true false
true true
where it should be
true true
true true
true true
Regardless of the fact that it is rather counter-intuitive that a QFutureWatcher has the state "isStarted" before it has been started.