Skip to content

Commit

Permalink
Clear enum strings on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
basyskom-jvoe committed Mar 27, 2024
1 parent d8e1237 commit aa1e880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opcuamodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void OpcUaModel::setOpcUaClient(QOpcUaClient *client)
mBrowsedTypes = EBrowseType::None;
mReferencesList.clear();
mDataTypesList.clear();
mEnumStringsList.clear();
mOpcUaClient = client;

if (nullptr != mOpcUaClient) {
Expand Down

0 comments on commit aa1e880

Please sign in to comment.