summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/qmldesignerplugin.qbs
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2020-01-02 11:58:33 +0200
committerMahmoud Badri <mahmoud.badri@qt.io>2020-01-07 09:16:19 +0000
commitbb02ab161cf956f616ad93da09baf62919641ac5 (patch)
tree29f7b1be53e9fe44ad1106fdf9783120a310ff86 /src/plugins/qmldesigner/qmldesignerplugin.qbs
parent76eba270bf54c2e5e52e327551da22faa2426f9a (diff)
downloadqt-creator-bb02ab161cf956f616ad93da09baf62919641ac5.tar.gz
Enable common keyboard hotkey actions for the Edit View 3D
Clicking undo, redo, delete, or save keyboard hotkeys while the Edit View 3D has focus is working now. Additionally this commit introduces a generic command for carrying any variant data from puppet to creator side. This significantly simplifies and avoids the boiler plate work of sending actions from puppet to creator side. Current commands can be ported to use this generic command but this is not part of this commit. Also a similar command to work the other way around could be implemented. Task-number: QDS-1266 Change-Id: I40fdf6b215ce77402250a791ea49cbdcd2a9d6eb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/qmldesignerplugin.qbs')
-rw-r--r--src/plugins/qmldesigner/qmldesignerplugin.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/qmldesignerplugin.qbs b/src/plugins/qmldesigner/qmldesignerplugin.qbs
index 454fdfced0..6b11bf52bf 100644
--- a/src/plugins/qmldesigner/qmldesignerplugin.qbs
+++ b/src/plugins/qmldesigner/qmldesignerplugin.qbs
@@ -177,6 +177,8 @@ Project {
"commands/enable3dviewcommand.h",
"commands/view3dclosedcommand.cpp",
"commands/view3dclosedcommand.h",
+ "commands/puppettocreatorcommand.cpp",
+ "commands/puppettocreatorcommand.h",
"container/addimportcontainer.cpp",
"container/addimportcontainer.h",
"container/idcontainer.cpp",