aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp')
-rw-r--r--src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp55
1 files changed, 33 insertions, 22 deletions
diff --git a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
index 82b1e53341..8db9aa3a98 100644
--- a/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
+++ b/src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
@@ -27,37 +27,38 @@
#include "puppetcreator.h"
-#include <createinstancescommand.h>
-#include <createscenecommand.h>
-#include <update3dviewstatecommand.h>
-#include <changevaluescommand.h>
-#include <changebindingscommand.h>
#include <changeauxiliarycommand.h>
+#include <changebindingscommand.h>
#include <changefileurlcommand.h>
-#include <removeinstancescommand.h>
-#include <clearscenecommand.h>
-#include <removepropertiescommand.h>
-#include <reparentinstancescommand.h>
#include <changeidscommand.h>
-#include <changestatecommand.h>
-#include <completecomponentcommand.h>
+#include <changelanguagecommand.h>
#include <changenodesourcecommand.h>
+#include <changepreviewimagesizecommand.h>
#include <changeselectioncommand.h>
-#include <puppettocreatorcommand.h>
-#include <inputeventcommand.h>
-#include <view3dactioncommand.h>
-
-#include <informationchangedcommand.h>
-#include <pixmapchangedcommand.h>
-#include <valueschangedcommand.h>
+#include <changestatecommand.h>
+#include <changevaluescommand.h>
#include <childrenchangedcommand.h>
-#include <statepreviewimagechangedcommand.h>
+#include <clearscenecommand.h>
+#include <completecomponentcommand.h>
#include <componentcompletedcommand.h>
-#include <tokencommand.h>
-#include <removesharedmemorycommand.h>
+#include <createinstancescommand.h>
+#include <createscenecommand.h>
+#include <debugoutputcommand.h>
#include <endpuppetcommand.h>
+#include <informationchangedcommand.h>
+#include <inputeventcommand.h>
+#include <pixmapchangedcommand.h>
+#include <puppettocreatorcommand.h>
+#include <removeinstancescommand.h>
+#include <removepropertiescommand.h>
+#include <removesharedmemorycommand.h>
+#include <reparentinstancescommand.h>
+#include <statepreviewimagechangedcommand.h>
#include <synchronizecommand.h>
-#include <debugoutputcommand.h>
+#include <tokencommand.h>
+#include <update3dviewstatecommand.h>
+#include <valueschangedcommand.h>
+#include <view3dactioncommand.h>
#include <nodeinstanceview.h>
#include <import.h>
@@ -740,4 +741,14 @@ void NodeInstanceServerProxy::view3DAction(const View3DActionCommand &command)
writeCommand(QVariant::fromValue(command));
}
+void NodeInstanceServerProxy::changeLanguage(const ChangeLanguageCommand &command)
+{
+ writeCommand(QVariant::fromValue(command));
+}
+
+void NodeInstanceServerProxy::changePreviewImageSize(const ChangePreviewImageSizeCommand &command)
+{
+ writeCommand(QVariant::fromValue(command));
+}
+
} // namespace QmlDesigner