X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatscene.h;h=0c9329ed0a59cdfc89f32fd8f0f1ed3e837bbd54;hb=3271ab1dff7df6f6464cb714d675291aae791639;hp=a932380b44f0d695f662e464151fe8a9a6b34743;hpb=31745736b8b31647f6224c5a3fe9e82e0320f0f1;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index a932380b..0c9329ed 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -72,6 +72,8 @@ public: inline CutoffMode senderCutoffMode() const { return _cutoffMode; } inline void setSenderCutoffMode(CutoffMode mode) { _cutoffMode = mode; } + bool isScrollingAllowed() const; + virtual bool event(QEvent *e); public slots: