Fix warning

This commit is contained in:
Jean-Marc Lasgouttes 2015-03-31 17:08:04 +02:00
parent 4dcc73ebf0
commit a9baa5380c

View File

@ -54,7 +54,7 @@ void InsetParamsWidget::addCheckedWidget(QLineEdit * input, QWidget * label)
}
bool InsetParamsWidget::checkWidgets(bool readonly) const
bool InsetParamsWidget::checkWidgets(bool) const
{
bool valid = true;
Q_FOREACH(CheckedWidget const & le, checked_widgets_)