forked from qt-creator/qt-creator
Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
This commit is contained in:
@@ -182,7 +182,7 @@ bool CompletionWidget::event(QEvent *e)
|
||||
|
||||
void CompletionWidget::keyboardSearch(const QString &search)
|
||||
{
|
||||
Q_UNUSED(search);
|
||||
Q_UNUSED(search)
|
||||
}
|
||||
|
||||
void CompletionWidget::closeList(const QModelIndex &index)
|
||||
|
||||
Reference in New Issue
Block a user