Mod: Fix several compiler warnings

This commit is contained in:
wmayer
2024-05-29 13:59:41 +02:00
committed by wwmayer
parent 19dae94f01
commit ffad1e0c34
6 changed files with 17 additions and 15 deletions

View File

@@ -183,8 +183,6 @@ void DlgInspectAppearance::update(std::vector<Gui::ViewProvider*>& views)
auto& material = (prop->getValues())[index];
auto* tab = makeAppearanceTab(material);
ui->tabAppearance->addTab(tab, QString::number(index));
index++;
}
}
}