aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorconstants.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-10-17 14:52:16 +0200
committerDavid Schulz <david.schulz@digia.com>2013-10-21 08:27:51 +0200
commit34ef3f244e1e17fc68e625f4626d0377bd878e7f (patch)
tree903c7ecdd8d5d1740c3fa516c5a946d64a7b045e /src/plugins/cppeditor/cppeditorconstants.h
parentffe50efa00e55a91d97bf7d4229ebbd0315c2a67 (diff)
CppEditor: Add action to open a preprocessor dialog
Change-Id: I5ed09f6b8a358652145012e137ab717729999aca Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorconstants.h')
-rw-r--r--src/plugins/cppeditor/cppeditorconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorconstants.h b/src/plugins/cppeditor/cppeditorconstants.h
index ae87b13ead..672c732149 100644
--- a/src/plugins/cppeditor/cppeditorconstants.h
+++ b/src/plugins/cppeditor/cppeditorconstants.h
@@ -41,6 +41,7 @@ const char SWITCH_DECLARATION_DEFINITION[] = "CppEditor.SwitchDeclarationDefinit
const char OPEN_DECLARATION_DEFINITION_IN_NEXT_SPLIT[] = "CppEditor.OpenDeclarationDefinitionInNextSplit";
const char RENAME_SYMBOL_UNDER_CURSOR[] = "CppEditor.RenameSymbolUnderCursor";
const char FIND_USAGES[] = "CppEditor.FindUsages";
+const char OPEN_PREPROCESSOR_DIALOG[] = "CppEditor.OpenPreprocessorDialog";
const char M_REFACTORING_MENU_INSERTION_POINT[] = "CppEditor.RefactorGroup";
const char UPDATE_CODEMODEL[] = "CppEditor.UpdateCodeModel";