From f0ef96ef0c37b5903bda18e2af80c82f14f30181 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 22 Nov 2012 10:29:58 +0200 Subject: Replace some const char * with const char[] Change-Id: I7657792d9ebfcaede7b719400d239f837074290b Reviewed-by: David Schulz --- src/plugins/cpptools/cppcodestylepreferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cppcodestylepreferences.cpp') diff --git a/src/plugins/cpptools/cppcodestylepreferences.cpp b/src/plugins/cpptools/cppcodestylepreferences.cpp index 7ebe2e109c..b80bae5744 100644 --- a/src/plugins/cpptools/cppcodestylepreferences.cpp +++ b/src/plugins/cpptools/cppcodestylepreferences.cpp @@ -31,7 +31,7 @@ using namespace CppTools; -static const char *settingsSuffixKey = "CodeStyleSettings"; +static const char settingsSuffixKey[] = "CodeStyleSettings"; CppCodeStylePreferences::CppCodeStylePreferences(QObject *parent) : ICodeStylePreferences(parent) -- cgit v1.2.1