aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/instances/connectionmanagerinterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prepare merge of qds-1.59 to 4.13qds-1.59Marco Bubke2020-08-131-0/+1
| | | | | | | It is not compiling but we are closing this branch anyway. Change-Id: If96318175d92ae492871d668d5c937c473fd05d5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmlDesigner: Split messaging and process for puppetsMarco Bubke2020-08-101-0/+54
This will make it easier to implement custom puppets. The new connection manager will restucture the code and it add a mechanism to capture data too. Task-number: QDS-2529 Change-Id: I5d15c3303ef1c9a3e25ba197d350e0d561ce813a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>