fix: some unuse argument warning

This commit is contained in:
ppphp
2024-03-30 13:53:08 +08:00
committed by wwmayer
parent 2bce6946dc
commit 041ed30055
4 changed files with 9 additions and 0 deletions

View File

@@ -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;
}