mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Squash warnings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28466 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d847204ed
commit
9bf18ee38e
@ -212,7 +212,7 @@ void FindAndReplaceWidget::on_replaceallPB_clicked()
|
||||
}
|
||||
|
||||
|
||||
void FindAndReplaceWidget::showEvent(QShowEvent *ev)
|
||||
void FindAndReplaceWidget::showEvent(QShowEvent * /* ev */)
|
||||
{
|
||||
replace_work_area_->setEnabled(true);
|
||||
replace_work_area_->redraw();
|
||||
@ -231,7 +231,7 @@ void FindAndReplaceWidget::hideEvent(QHideEvent *ev)
|
||||
}
|
||||
|
||||
|
||||
bool FindAndReplaceWidget::initialiseParams(std::string const & params)
|
||||
bool FindAndReplaceWidget::initialiseParams(std::string const & /* params */)
|
||||
{
|
||||
find_work_area_->redraw();
|
||||
replace_work_area_->setEnabled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user