more code cosmetics

This commit is contained in:
hjk
2008-12-02 16:19:05 +01:00
parent 10e963fb61
commit cf11b69643
398 changed files with 1011 additions and 820 deletions

View File

@@ -40,12 +40,13 @@
using namespace Qt4ProjectManager;
using namespace Qt4ProjectManager::Internal;
DeployHelperRunStep::DeployHelperRunStep(Qt4Project *pro)
: BuildStep(pro), m_started(false), m_pro(pro)
{
QDir workbenchDir = QCoreApplication::applicationDirPath();
workbenchDir.cdUp();
m_binary = QDir::convertSeparators( workbenchDir.absolutePath() + QLatin1String("/qtembeddedtools/qemudeployer"));
m_binary = QDir::convertSeparators(workbenchDir.absolutePath() + QLatin1String("/qtembeddedtools/qemudeployer"));
m_id = "id";
};