GenericMakeStep: Remove genericBuildConfiguration()

None of the callers needed anything beyond BuildConfiguration

Change-Id: I4d8a9c6deb433b2003727fead9de5defa83cf3e9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2012-11-01 18:23:02 +01:00
parent cfadfd6f3f
commit e1ed7ec151
2 changed files with 6 additions and 14 deletions

View File

@@ -39,7 +39,6 @@ QT_END_NAMESPACE
namespace GenericProjectManager {
namespace Internal {
class GenericBuildConfiguration;
class GenericMakeStepConfigWidget;
class GenericMakeStepFactory;
namespace Ui { class GenericMakeStep; }
@@ -55,8 +54,6 @@ public:
GenericMakeStep(ProjectExplorer::BuildStepList *parent);
~GenericMakeStep();
GenericBuildConfiguration *genericBuildConfiguration() const;
bool init();
void run(QFutureInterface<bool> &fi);