X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatscene.h;h=ade3eb10dbdab3ebd1b9525d9e259984a7ddfc93;hb=5cc01948319761863c121a74dc1e7b1c182beaa6;hp=af453bff5401bbd960766fd0270e56c6e2de39b0;hpb=e0bd6c474dfdd885a839172a6165ff22b83590a5;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index af453bff..ade3eb10 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -62,7 +62,9 @@ public: inline CutoffMode senderCutoffMode() const { return _cutoffMode; } inline void setSenderCutoffMode(CutoffMode mode) { _cutoffMode = mode; } -public slots: + virtual bool event(QEvent *e); + + public slots: void updateForViewport(qreal width, qreal height); void setWidth(qreal width);