forked from qt-creator/qt-creator
Move comment into the right place
Change-Id: I296de582b4ddb706d9f5f3f7092654b3f5d79e46 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user