X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=11bd4174d705896a213f5ff6bb881e8d84d8bbf8;hb=e9a8478aa3546063dc39cbadb9280e5566416eeb;hp=293e97c642e331dff21a76333c62d886b96c41da;hpb=22128f214112de5e4f3111e0a90f7d5d99e82dac;p=quassel.git diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 293e97c6..11bd4174 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -43,6 +43,9 @@ public: public slots: inline virtual void clear() {} + void zoomIn(); + void zoomOut(); + void zoomNormal(); protected: virtual void resizeEvent(QResizeEvent *event); @@ -57,6 +60,7 @@ private: ChatScene *_scene; int _lastScrollbarPos; + qreal _currentScaleFactor; };