Squash warnings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28466 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-02-12 14:30:29 +00:00
parent 4d847204ed
commit 9bf18ee38e

View File

@ -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);