mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Replace deprecated slot
This commit is contained in:
parent
511ba894ff
commit
eb86239e36
@ -409,12 +409,12 @@ void GuiSymbols::on_symbolsLW_clicked(QModelIndex const & index)
|
||||
}
|
||||
|
||||
|
||||
void GuiSymbols::on_categoryCO_activated(QString const & text)
|
||||
void GuiSymbols::on_categoryCO_activated(int)
|
||||
{
|
||||
if (!categoryFilterCB->isChecked())
|
||||
updateSymbolList(false);
|
||||
else
|
||||
scrollToItem(text);
|
||||
scrollToItem(categoryCO->currentText());
|
||||
}
|
||||
|
||||
|
||||
|
@ -43,7 +43,7 @@ public Q_SLOTS:
|
||||
void on_buttonBox_clicked(QAbstractButton *);
|
||||
void on_symbolsLW_activated(QModelIndex const & index);
|
||||
void on_symbolsLW_clicked(QModelIndex const & index);
|
||||
void on_categoryCO_activated(QString const & text);
|
||||
void on_categoryCO_activated(int);
|
||||
void on_categoryFilterCB_toggled(bool);
|
||||
void on_chosenLE_returnPressed();
|
||||
void on_chosenLE_textChanged(QString const &);
|
||||
|
Loading…
Reference in New Issue
Block a user