We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bf779 commit 36ae73aCopy full SHA for 36ae73a
bt_editor/XML_utilities.cpp
@@ -45,8 +45,7 @@ NodeModel buildTreeNodeModelFromXML(const QDomElement& node)
45
const std::vector<std::pair<QString, PortDirection>> portsTypes = {
46
{"input_port", PortDirection::INPUT},
47
{"output_port", PortDirection::OUTPUT},
48
- {"inout_port", PortDirection::INPUT}
49
- };
+ {"inout_port", PortDirection::INOUT}};
50
51
for(const auto& it: portsTypes)
52
{
0 commit comments