SDKtool: Consistently use const char X[] for constants in .cpp files

Change-Id: Iee70ddb526a1751120be40bfd8d2ae01b27b80b8
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-10-29 16:44:24 +01:00
parent 63f7e76f6d
commit 85997b0bc1
8 changed files with 58 additions and 58 deletions

View File

@@ -39,10 +39,10 @@
#include <iostream>
// ToolChain file stuff:
static char PREFIX[] = "QtVersion.";
const char PREFIX[] = "QtVersion.";
// ToolChain:
static char AUTODETECTION_SOURCE[] = "autodetectionSource";
const char AUTODETECTION_SOURCE[] = "autodetectionSource";
QString RmQtOperation::name() const
{