Remove useless semicolon

This commit is contained in:
Martchus 2019-07-20 18:42:48 +02:00
parent 6c3a230962
commit 46637093db
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ void TagFieldEdit::setupUi()
break;
default:
setupTypeNotSupportedLabel();
;
}
if (m_dataType != TagDataType::Picture && hasDescription()) { // setup description line edit
setupDescriptionLineEdit();