mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix warning
This commit is contained in:
parent
4dcc73ebf0
commit
a9baa5380c
@ -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_)
|
||||
|
Loading…
Reference in New Issue
Block a user