summaryrefslogtreecommitdiff
path: root/src/plugins/modeleditor/modeleditor_constants.h
diff options
context:
space:
mode:
authorJochen Becher <jochen_becher@gmx.de>2016-02-22 20:59:28 +0100
committerJochen Becher <jochen_becher@gmx.de>2016-02-24 17:22:38 +0000
commitbbba9ccae39ef293a144c7843e49170392362d57 (patch)
tree6f5f70d644168ad09320d96cd7adee47778ff83d /src/plugins/modeleditor/modeleditor_constants.h
parent537125155df99819f353b532943d34d6ba025440 (diff)
downloadqt-creator-bbba9ccae39ef293a144c7843e49170392362d57.tar.gz
ModelEditor: Export diagram as image, pdf or svg
Change-Id: I19be1de5f0c8414b4d76dbbbb68e71183b7ce08e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/modeleditor/modeleditor_constants.h')
-rw-r--r--src/plugins/modeleditor/modeleditor_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/modeleditor/modeleditor_constants.h b/src/plugins/modeleditor/modeleditor_constants.h
index de75e940a5..32e8759b8e 100644
--- a/src/plugins/modeleditor/modeleditor_constants.h
+++ b/src/plugins/modeleditor/modeleditor_constants.h
@@ -35,6 +35,8 @@ const char MODEL_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("OpenWith::Editors",
const char REMOVE_SELECTED_ELEMENTS[] = "ModelEditor.RemoveSelectedElements";
const char DELETE_SELECTED_ELEMENTS[] = "ModelEditor.DeleteSelectedElements";
const char OPEN_PARENT_DIAGRAM[] = "ModelEditor.OpenParentDiagram";
+const char MENU_ID[] = "ModelEditor.Menu";
+const char EXPORT_DIAGRAM[] = "ModelEditor.ExportDiagram";
const char ACTION_ADD_PACKAGE[] = "ModelEditor.Action.AddPackage";
const char ACTION_ADD_COMPONENT[] = "ModelEditor.Action.AddComponent";
const char ACTION_ADD_CLASS[] = "ModelEditor.Action.AddClass";