hiding daychange messages at the top of the buffer
[quassel.git] / src / qtui / chatscene.h
index aa741cb..dbd80fe 100644 (file)
@@ -97,6 +97,8 @@ private:
   // calls to QChatScene::sceneRect() are very expensive. As we manage the scenerect ourselves
   // we store the size in a member variable.
   QRectF _sceneRect;
+  void updateSceneRect();
+  void updateSceneRect(qreal width);
   void updateSceneRect(const QRectF &rect);
   qreal _viewportHeight;