Sketcher: [skip ci] fix compiler warning

This commit is contained in:
wmayer
2022-11-24 10:55:24 +01:00
parent 8a0816ff40
commit 10895e18ff

View File

@@ -975,6 +975,7 @@ void TaskSketcherConstraints::on_filterBox_stateChanged(int val)
/*hide all show all button =====================================================*/
void TaskSketcherConstraints::on_showHideButton_clicked(bool val)
{
Q_UNUSED(val)
bool allSelected = true;
for (int i = 0; i < ui->listWidgetConstraints->count(); ++i){
QListWidgetItem* it = ui->listWidgetConstraints->item(i);