summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditorconstants.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2011-06-20 16:23:40 +0200
committerJarek Kobus <jaroslaw.kobus@nokia.com>2011-06-20 17:00:01 +0200
commitc61652d0655b0782044bbf9fb18226954d5e427a (patch)
tree20a44eb6d9a19a64442fdd1c1d99f64de8d45981 /src/plugins/texteditor/texteditorconstants.h
parentdcf7345931f2e0222c3c788178a9bf76a19ef594 (diff)
downloadqt-creator-c61652d0655b0782044bbf9fb18226954d5e427a.tar.gz
Small refactor
Change-Id: I2988ce1c2a73798abccf690a3ed5d4e3a92c91a2 Reviewed-on: http://codereview.qt.nokia.com/517 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.h')
-rw-r--r--src/plugins/texteditor/texteditorconstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h
index 4a8c4592b8..b355235dec 100644
--- a/src/plugins/texteditor/texteditorconstants.h
+++ b/src/plugins/texteditor/texteditorconstants.h
@@ -148,6 +148,8 @@ const char * const TEXT_EDITOR_SNIPPETS_SETTINGS = "F.SnippetsSettings";
const char * const SNIPPET_EDITOR_ID = "TextEditor.SnippetEditor";
const char * const TEXT_SNIPPET_GROUP_ID = "Text";
+const char * const GLOBAL_SETTINGS_ID = "Global";
+
} // namespace Constants
} // namespace TextEditor