Perform parsing asynchronously...
...to avoid blocking the ui thread. Parsing will now performed
in a separate thread, except for small changes where this would
create too much overhead.
Change-Id: I1db441594f1684f969bb86c9423c0fb0bcb1a53a
Reviewed-by:
Andre Poenitz <andre.poenitz@theqtcompany.com>
Showing
- plugins/autotest/autotestconstants.h 1 addition, 0 deletionsplugins/autotest/autotestconstants.h
- plugins/autotest/autotestplugin.cpp 5 additions, 1 deletionplugins/autotest/autotestplugin.cpp
- plugins/autotest/testcodeparser.cpp 113 additions, 61 deletionsplugins/autotest/testcodeparser.cpp
- plugins/autotest/testcodeparser.h 5 additions, 1 deletionplugins/autotest/testcodeparser.h
- plugins/autotest/testinfo.cpp 6 additions, 0 deletionsplugins/autotest/testinfo.cpp
- plugins/autotest/testinfo.h 16 additions, 0 deletionsplugins/autotest/testinfo.h
- plugins/autotest/testtreeitem.h 6 additions, 1 deletionplugins/autotest/testtreeitem.h
- plugins/autotest/testtreemodel.cpp 12 additions, 7 deletionsplugins/autotest/testtreemodel.cpp
- plugins/autotest/testtreemodel.h 2 additions, 0 deletionsplugins/autotest/testtreemodel.h
Loading
Please register or sign in to comment