X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiBranches.h;h=0417e84b64368ccd491e2f55c1e150efc7dad33f;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=514878ce20a81a999c9a9c56b2075856e78b8bb8;hpb=5fdd2daa9c30c70a6c049376bd293addb05b5aad;p=lyx.git diff --git a/src/frontends/qt4/GuiBranches.h b/src/frontends/qt4/GuiBranches.h index 514878ce20..0417e84b64 100644 --- a/src/frontends/qt4/GuiBranches.h +++ b/src/frontends/qt4/GuiBranches.h @@ -55,6 +55,7 @@ Q_SIGNALS: protected: void toggleBranch(QTreeWidgetItem *); void toggleColor(QTreeWidgetItem *); + void toggleSuffix(QTreeWidgetItem *); void updateView(); protected Q_SLOTS: @@ -63,7 +64,9 @@ protected Q_SLOTS: void on_renamePB_pressed(); void on_activatePB_pressed(); void on_branchesTW_itemDoubleClicked(QTreeWidgetItem *, int); + void on_branchesTW_itemSelectionChanged(); void on_colorPB_clicked(); + void on_suffixPB_pressed(); void on_unknownPB_pressed(); void addUnknown(); void addAllUnknown();