fix: some unuse argument warning
This commit is contained in:
@@ -51,5 +51,6 @@ QIcon ViewProviderJointGroup::getIcon() const
|
||||
// Make the joint group impossible to delete.
|
||||
bool ViewProviderJointGroup::onDelete(const std::vector<std::string>& subNames)
|
||||
{
|
||||
Q_UNUSED(subNames);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user