X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=11bd4174d705896a213f5ff6bb881e8d84d8bbf8;hp=293e97c642e331dff21a76333c62d886b96c41da;hb=dcdc88676f6bf6c961c554e1ff0d160082ba0973;hpb=d7a03811630fcaad68c38f1dbe3b240d2c62f1ef 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; };