Revision 6681fcc...

Go back to digest for 12th August 2012

Optimization in Development Tools

Ivan Shapovalov committed changes in [kdevplatform] /projectmanagerview:

Get rid of BuildItemBuilderJob in Project Manager View plugin.

The whole and only purpose of that class is to convert KDevelop::BuildItem to
KDevelop::ProjectBaseItem*.

Refactor ProjectManagerViewPlugin slightly in order to separate
targets collection and job creation into different functions, and
incorporate the mentioned conversion into one of the functions.
This allows us to remove that class completely.

REVIEW: 106459

File Changes

Deleted 2 files
  • /projectmanagerview
  •   plugins/builditembuilderjob.cpp
  •   plugins/builditembuilderjob.h
Modified 3 files
  • /projectmanagerview
  •   plugins/CMakeLists.txt
  •   pluginsplugin.cpp
  •   pluginsplugin.h
5 files changed in total