Move comment into the right place

Change-Id: I296de582b4ddb706d9f5f3f7092654b3f5d79e46
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-05-31 13:54:51 +02:00
parent d2571548f8
commit 316b9a36e9

View File

@@ -44,15 +44,15 @@
#include <QFileInfo> #include <QFileInfo>
// --------------------------------------------------------------------
// Constants:
// --------------------------------------------------------------------
static const char QBS_INSTALL_ROOT[] = "Qbs.InstallRoot"; static const char QBS_INSTALL_ROOT[] = "Qbs.InstallRoot";
static const char QBS_REMOVE_FIRST[] = "Qbs.RemoveFirst"; static const char QBS_REMOVE_FIRST[] = "Qbs.RemoveFirst";
static const char QBS_DRY_RUN[] = "Qbs.DryRun"; static const char QBS_DRY_RUN[] = "Qbs.DryRun";
static const char QBS_KEEP_GOING[] = "Qbs.DryKeepGoing"; static const char QBS_KEEP_GOING[] = "Qbs.DryKeepGoing";
// --------------------------------------------------------------------
// Constants:
// --------------------------------------------------------------------
namespace QbsProjectManager { namespace QbsProjectManager {
namespace Internal { namespace Internal {