X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=ade3eb10dbdab3ebd1b9525d9e259984a7ddfc93;hp=af453bff5401bbd960766fd0270e56c6e2de39b0;hb=ef6faa994fca6bf7332c7a3761b2e68a133de6dc;hpb=5aab75a546d5463195cac9cdb15c94979bf73925 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);