X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiBranches.h;h=64cf83f889738fe6e03a657ca8a9e9849f0c6d49;hb=29a8097c3c14aad871c7e396a59542fe47e39ea1;hp=fc29167cd019fed1a512e409db24e909a2493505;hpb=c293be56bd12c5dc46e5cedd2828e33918fccef7;p=lyx.git diff --git a/src/frontends/qt/GuiBranches.h b/src/frontends/qt/GuiBranches.h index fc29167cd0..64cf83f889 100644 --- a/src/frontends/qt/GuiBranches.h +++ b/src/frontends/qt/GuiBranches.h @@ -49,7 +49,7 @@ public: void apply(BufferParams & params) const; void setUnknownBranches(QStringList const & b) { unknown_branches_ = b; } - bool eventFilter(QObject * obj, QEvent * event); + bool eventFilter(QObject * obj, QEvent * event) override; Q_SIGNALS: void changed(); @@ -71,6 +71,7 @@ protected Q_SLOTS: void on_branchesTW_itemDoubleClicked(QTreeWidgetItem *, int); void on_branchesTW_itemSelectionChanged(); void on_colorPB_clicked(); + void on_resetColorPB_clicked(); void on_suffixPB_pressed(); void on_unknownPB_pressed(); void addUnknown();