summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-01-11 09:29:37 +0100
committerEike Ziller <eike.ziller@qt.io>2017-01-11 09:29:37 +0100
commitb1f1ccb32ec31a1c4598e9fd22b23c1548a73299 (patch)
treeca92d55857a1552cd926ca858b351a905608ed34 /src/plugins/scxmleditor
parentfa84524c0c9b93210e4151cf772375696d0080c6 (diff)
parenta8230eb6c1a45489f33ffa86498e5ea3452496e1 (diff)
downloadqt-creator-b1f1ccb32ec31a1c4598e9fd22b23c1548a73299.tar.gz
Merge remote-tracking branch 'origin/4.2'
Conflicts: src/plugins/android/androidbuildapkstep.cpp src/plugins/genericprojectmanager/genericproject.cpp Change-Id: I3484b668f9323ed0c05de99f8dfed07c9e65ab98
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scxmltypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/scxmleditor/plugin_interface/scxmltypes.h b/src/plugins/scxmleditor/plugin_interface/scxmltypes.h
index e4179198aa..5b7e4738a0 100644
--- a/src/plugins/scxmleditor/plugin_interface/scxmltypes.h
+++ b/src/plugins/scxmleditor/plugin_interface/scxmltypes.h
@@ -180,7 +180,7 @@ const scxmltag_attribute_t scxml_send_attributes[] = {
{ "type", nullptr, false, true, QVariant::String },
{ "typeexpr", nullptr, false, true, QVariant::String },
{ "id", nullptr, false, true, QVariant::String },
- { "idiocation", nullptr, false, true, QVariant::String },
+ { "idlocation", nullptr, false, true, QVariant::String },
{ "delay", nullptr, false, true, QVariant::String },
{ "delayexpr", nullptr, false, true, QVariant::String },
{ "namelist", nullptr, false, true, QVariant::String }
@@ -197,7 +197,7 @@ const scxmltag_attribute_t scxml_invoke_attributes[] = {
{ "src", nullptr, false, true, QVariant::String },
{ "srcexpr", nullptr, false, true, QVariant::String },
{ "id", nullptr, false, true, QVariant::String },
- { "idiocation", nullptr, false, true, QVariant::String },
+ { "idlocation", nullptr, false, true, QVariant::String },
{ "namelist", nullptr, false, true, QVariant::String },
{ "autoforward", ";true;false", false, true, QVariant::StringList }
};