summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-12-14 08:20:49 +0100
committerEike Ziller <eike.ziller@digia.com>2012-12-14 08:20:49 +0100
commita8a33b9a3b2bab7660a53919bfbfa011e31755d3 (patch)
tree0d091c18a3e3b666c91d6562ce6f59400a997362 /src/plugins/debugger/debuggerconstants.h
parentfe6be533bc8942617d3a7a7b6b554b5298b492b7 (diff)
parent6d83dda6df643eca4c720cb474cc5636d8e60ff5 (diff)
downloadqt-creator-a8a33b9a3b2bab7660a53919bfbfa011e31755d3.tar.gz
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/plugins/qt4projectmanager/qt4buildconfiguration.cpp src/plugins/qtsupport/baseqtversion.cpp Change-Id: I288eeb1137e1b08d6c0d69f394cbb0fe1a937b68
Diffstat (limited to 'src/plugins/debugger/debuggerconstants.h')
-rw-r--r--src/plugins/debugger/debuggerconstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h
index eb5d41090e..a068d36c4d 100644
--- a/src/plugins/debugger/debuggerconstants.h
+++ b/src/plugins/debugger/debuggerconstants.h
@@ -59,6 +59,8 @@ const char STEPOUT[] = "Debugger.StepOut";
const char NEXT[] = "Debugger.NextLine";
const char REVERSE[] = "Debugger.ReverseDirection";
const char OPERATE_BY_INSTRUCTION[] = "Debugger.OperateByInstruction";
+const char QML_SHOW_APP_ON_TOP[] = "Debugger.QmlShowAppOnTop";
+const char QML_UPDATE_ON_SAVE[] = "Debugger.QmlUpdateOnSave";
const char QML_SELECTTOOL[] = "Debugger.QmlSelectTool";
const char QML_ZOOMTOOL[] = "Debugger.QmlZoomTool";