Skip to content

Commit

Permalink
Merge pull request #2057 from Jojo-Schmitz/warnings
Browse files Browse the repository at this point in the history
fix compiler warning due to unused parameter
  • Loading branch information
lasconic committed Jun 10, 2015
2 parents 8494a66 + 9808264 commit d8321d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/symboldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ void SymbolDialog::systemFontChanged(int)

void SymbolDialog::on_search_textChanged(const QString &searchPhrase)
{
Q_UNUSED(searchPhrase);
createSymbols();
}

Expand Down

0 comments on commit d8321d9

Please sign in to comment.