X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiIndices.h;h=bd318ff72fc9f1511189e23ba7b9b41af1452493;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=87d946fa5171f9aa412555b652fac4464ae9252e;hpb=c52bd08442214e4d768ee73886dee68e2b812cd1;p=lyx.git diff --git a/src/frontends/qt4/GuiIndices.h b/src/frontends/qt4/GuiIndices.h index 87d946fa51..bd318ff72f 100644 --- a/src/frontends/qt4/GuiIndices.h +++ b/src/frontends/qt4/GuiIndices.h @@ -44,10 +44,13 @@ protected: void updateView(); protected Q_SLOTS: + void on_indexCO_activated(int n); + void on_indexOptionsED_textChanged(QString); void on_addIndexPB_pressed(); void on_renamePB_clicked(); void on_removePB_pressed(); void on_indicesTW_itemDoubleClicked(QTreeWidgetItem *, int); + void on_indicesTW_itemSelectionChanged(); void on_colorPB_clicked(); void on_multipleIndicesCB_toggled(bool);