Remove the qmakeStep() function from qt4Project

This commit is contained in:
dt
2009-07-21 15:01:16 +02:00
parent 406d853e2b
commit ecfb6eaf5a
3 changed files with 8 additions and 14 deletions

View File

@@ -1044,16 +1044,6 @@ void Qt4Project::proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode *nod
}
}
QMakeStep *Qt4Project::qmakeStep() const
{
QMakeStep *qs = 0;
foreach(BuildStep *bs, buildSteps())
if ( (qs = qobject_cast<QMakeStep *>(bs)) != 0)
return qs;
return 0;
}
MakeStep *Qt4Project::makeStep() const
{
MakeStep *qs = 0;