Remove unnecessary semicolon.

This commit is contained in:
Andrius Štikonas 2020-11-14 01:33:28 +00:00
parent 03edda5de6
commit 175eaef1b9
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void CreateVolumeGroupDialog::onVGNameChanged(const QString& vgName)
void CreateVolumeGroupDialog::onSpinPESizeChanged(int newsize)
{
Q_UNUSED(newsize);
Q_UNUSED(newsize)
updateOkButtonStatus();
updateSectorInfos();
}