Skip to content

Commit a0201fa

Browse files
committed
Remove superfluous ';'
1 parent 2fffc22 commit a0201fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scoringDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ LimitRunnersPage::LimitRunnersPage(Scoring* _scoring, ScoringDialog* _dialog, QW
10641064

10651065
++i;
10661066
index = model->index(i, 0);
1067-
};
1067+
}
10681068

10691069
limitRegionsCheck->setCheckState(scoring->getLimitRegions() ? Qt::Checked : Qt::Unchecked);
10701070
locationWidget->setEnabled(scoring->getLimitRegions());
@@ -1090,7 +1090,7 @@ LimitRunnersPage::LimitRunnersPage(Scoring* _scoring, ScoringDialog* _dialog, QW
10901090

10911091
++i;
10921092
index = model->index(i, 0);
1093-
};
1093+
}
10941094

10951095
delete clubSortedModel;
10961096
limitClubsCheck->setCheckState(scoring->getLimitClubs() ? Qt::Checked : Qt::Unchecked);

0 commit comments

Comments
 (0)