OSDN Git Service

Refactor some code in buildstepspage
authorTobias Hunger <tobias.hunger@nokia.com>
Mon, 16 May 2011 16:06:27 +0000 (18:06 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Mon, 16 May 2011 16:26:48 +0000 (18:26 +0200)
commit2dc9a4d7950947ec3c8bd1ccde11b986c6fae8c1
treebffea46a7f92830cce18ed2c734cf66ca99eefa3
parente8dcccbb24e5ad355ce5950a3784cb0c9adde405
Refactor some code in buildstepspage

 * Rename m_buildSteps to m_buildStepsData
 * Turn BuildStepsWidgetStruct into class and rename it to
   BuildStepsWidgetData
 * Use constructor/destructor for that class
 * Turn m_buildStepsData into a QList<... *> to have the
   necessary control about when destruction happens

Reviewed-by: Fawzi Mohamed
src/plugins/projectexplorer/buildstepspage.cpp
src/plugins/projectexplorer/buildstepspage.h