make the qmake option object a proper member
to be able to share the option object among evaluators, it is passed by pointer. only field_sep stays static and becomes a string - that's effectively just a cache to avoid repeated construction.
Showing
- src/plugins/qt4projectmanager/profilereader.cpp 1 addition, 1 deletionsrc/plugins/qt4projectmanager/profilereader.cpp
- src/plugins/qt4projectmanager/profilereader.h 1 addition, 0 deletionssrc/plugins/qt4projectmanager/profilereader.h
- src/shared/proparser/profileevaluator.cpp 69 additions, 53 deletionssrc/shared/proparser/profileevaluator.cpp
- src/shared/proparser/profileevaluator.h 27 additions, 37 deletionssrc/shared/proparser/profileevaluator.h
Loading
Please register or sign in to comment