mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e2f01217a8
commit
c0cc803e55
@ -111,7 +111,7 @@ GuiBox::GuiBox(QWidget * parent) : InsetParamsWidget(parent)
|
||||
}
|
||||
|
||||
|
||||
void GuiBox::on_innerBoxCO_activated(int index)
|
||||
void GuiBox::on_innerBoxCO_activated(int /* index */)
|
||||
{
|
||||
QString itype =
|
||||
innerBoxCO->itemData(innerBoxCO->currentIndex()).toString();
|
||||
|
Loading…
Reference in New Issue
Block a user