make the evaluator (even more) thread-safe
the async re-parsing code breaks the assumption that project parsing only ever starts with a single non-concurrent evaluation (of the top-level project file), so the population of the base values in the shared ProFileOption was happily causing crashes. Reviewed-by: dt Task-number: QTCREATORBUG-1569
Showing
- src/plugins/qt4projectmanager/qt4projectmanager.pro 1 addition, 1 deletionsrc/plugins/qt4projectmanager/qt4projectmanager.pro
- src/shared/proparser/profileevaluator.cpp 27 additions, 0 deletionssrc/shared/proparser/profileevaluator.cpp
- src/shared/proparser/profileevaluator.h 5 additions, 0 deletionssrc/shared/proparser/profileevaluator.h
Loading
Please register or sign in to comment