forked from qt-creator/qt-creator
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user