X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=1d70c2727bd556388d789223cfcfbbd9f4da6c1e;hp=75027cbfbff6414eb5b22ae78f32cede1ce176bd;hb=dcdc88676f6bf6c961c554e1ff0d160082ba0973;hpb=d7a03811630fcaad68c38f1dbe3b240d2c62f1ef;ds=sidebyside diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index 75027cbf..1d70c272 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.h @@ -36,6 +36,8 @@ public: BufferWidget(QWidget *parent); ~BufferWidget(); + virtual bool eventFilter(QObject *watched, QEvent *event); + inline ChatViewSearchBar *searchBar() const { return ui.searchBar; } protected: @@ -47,6 +49,9 @@ protected slots: private slots: void scrollToHighlight(QGraphicsItem *highlightItem); + void zoomIn(); + void zoomOut(); + void zoomNormal(); private: Ui::BufferWidget ui;