Fixing BR #308 - make column handle fade smoother
[quassel.git] / src / qtui / chatscene.h
index af453bf..ade3eb1 100644 (file)
@@ -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);