forked from qt-creator/qt-creator
more style fixes of string literal access
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
namespace QmlProfiler {
|
||||
namespace Constants {
|
||||
|
||||
const char * const ATTACH = "Menu.Analyzer.Attach";
|
||||
const char ATTACH[] = "Menu.Analyzer.Attach";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace QmlProfiler
|
||||
|
||||
Reference in New Issue
Block a user