Skip to content
Snippets Groups Projects
Commit 983a6ef5 authored by hjk's avatar hjk Committed by hjk
Browse files

projectexplorer: string literal style


Change-Id: Id64ab30f4a69f03e941bde507cba56806bb50a7e
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent b33a654b
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,9 @@
using namespace ProjectExplorer;
namespace {
const char * const CONFIGURATION_ID_KEY("ProjectExplorer.ProjectConfiguration.Id");
const char * const DISPLAY_NAME_KEY("ProjectExplorer.ProjectConfiguration.DisplayName");
const char * const DEFAULT_DISPLAY_NAME_KEY("ProjectExplorer.ProjectConfiguration.DefaultDisplayName");
}
const char CONFIGURATION_ID_KEY[] = "ProjectExplorer.ProjectConfiguration.Id";
const char DISPLAY_NAME_KEY[] = "ProjectExplorer.ProjectConfiguration.DisplayName";
const char DEFAULT_DISPLAY_NAME_KEY[] = "ProjectExplorer.ProjectConfiguration.DefaultDisplayName";
ProjectConfiguration::ProjectConfiguration(QObject *parent, const QString &id) :
QObject(parent),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment