Mercurial > hg > easyhg
diff src/multichoicedialog.cpp @ 671:ce29dc775650 qt5
Fix compiler warnings
author | Chris Cannam |
---|---|
date | Wed, 05 Dec 2018 09:43:26 +0000 |
parents | ae67ea0af696 |
children | 0329bbd4b57c |
line wrap: on
line diff
--- a/src/multichoicedialog.cpp Fri May 27 11:02:53 2016 +0100 +++ b/src/multichoicedialog.cpp Wed Dec 05 09:43:26 2018 +0000 @@ -221,14 +221,14 @@ } void -MultiChoiceDialog::urlChanged(const QString &s) +MultiChoiceDialog::urlChanged(const QString &) { updateOkButton(); updateFileComboFromURL(); } void -MultiChoiceDialog::fileChanged(const QString &s) +MultiChoiceDialog::fileChanged(const QString &) { updateOkButton(); }