Skip to content

Commit

Permalink
Small correction to the tools transport message.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 27, 2024
1 parent 22229c9 commit 941257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commsdsl2tools_qt/src/ToolsQtFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ std::string ToolsQtFrame::toolsTransportMsgSrcDefInternal(const commsdsl::gen::I
repl["ID_FUNC"] =
"virtual qlonglong numericIdImpl() const override\n"
"{\n"
" return static_cast<qlonglong>(msg().field_" + idName + "().value());\n"
" return static_cast<qlonglong>(msg().field_" + idName + "().getValue());\n"
"}\n";
}

Expand Down

0 comments on commit 941257d

Please sign in to comment.