forked from qt-creator/qt-creator
Replace some const char * with const char[]
Change-Id: I7657792d9ebfcaede7b719400d239f837074290b Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
75a3728254
commit
f0ef96ef0c
@@ -40,9 +40,9 @@
|
||||
|
||||
using namespace TextEditor;
|
||||
|
||||
static const char *codeStyleDataKey = "CodeStyleData";
|
||||
static const char *displayNameKey = "DisplayName";
|
||||
static const char *codeStyleDocKey = "QtCreatorCodeStyle";
|
||||
static const char codeStyleDataKey[] = "CodeStyleData";
|
||||
static const char displayNameKey[] = "DisplayName";
|
||||
static const char codeStyleDocKey[] = "QtCreatorCodeStyle";
|
||||
|
||||
namespace TextEditor {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user