Skip to content

Commit

Permalink
Removed hardcoded name
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-calmejane committed Feb 8, 2023
1 parent 2e59b46 commit 3d51f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodeTreeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ class NodeTreeWidgetPrivate : public QObject, public NodeVisitor
{
}
auto* const item = addTextItem(descriptorItem, QString{ "%1 Count" }.arg(avdecc::helper::descriptorTypeToString(DescriptorType)), QString{ "%1 / %2" }.arg(counts.size()).arg(descriptorCount));
item->setToolTip(1, "Enumerated / Defined in CONFIGURATION descriptor");
item->setToolTip(1, QString{ "Enumerated / Defined in %1 descriptor" }.arg(avdecc::helper::descriptorTypeToString(node.descriptorType)));
}

template<class NodeType>
Expand Down

0 comments on commit 3d51f3d

Please sign in to comment.