Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
670:8f3075eeaac2 | 671:ce29dc775650 |
---|---|
219 } | 219 } |
220 } | 220 } |
221 } | 221 } |
222 | 222 |
223 void | 223 void |
224 MultiChoiceDialog::urlChanged(const QString &s) | 224 MultiChoiceDialog::urlChanged(const QString &) |
225 { | 225 { |
226 updateOkButton(); | 226 updateOkButton(); |
227 updateFileComboFromURL(); | 227 updateFileComboFromURL(); |
228 } | 228 } |
229 | 229 |
230 void | 230 void |
231 MultiChoiceDialog::fileChanged(const QString &s) | 231 MultiChoiceDialog::fileChanged(const QString &) |
232 { | 232 { |
233 updateOkButton(); | 233 updateOkButton(); |
234 } | 234 } |
235 | 235 |
236 void | 236 void |