centralize runstep definitions further

This commit is contained in:
Daniel Molkentin
2009-01-08 13:24:02 -08:00
parent cab13a5a6d
commit 0225cc85ca
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#include "deployhelper.h"
#include "qt4project.h"
#include "qt4projectmanagerconstants.h"
#include <QDebug>
#include <QDir>
@@ -183,7 +184,7 @@ void DeployHelperRunStep::readyRead()
QString DeployHelperRunStep::name()
{
return "trolltech.qt4projectmanager.deployhelperrunstep";
return Constants::DEPLOYHELPERRUNSTEP;
}
QString DeployHelperRunStep::displayName()