Introduce a timer for resizing the ChatView
[quassel.git] / src / qtui / chatview.h
index 6f385bb..8ebe3a5 100644 (file)
@@ -68,6 +68,7 @@ private slots:
   void lastLineChanged(QGraphicsItem *chatLine, qreal offset);
   void mouseMoveWhileSelecting(const QPointF &scenePos);
   void scrollTimerTimeout();
+  void resizeTimerTimeout();
   void styleChanged();
 
 private:
@@ -79,6 +80,7 @@ private:
   qreal _currentScaleFactor;
   QTimer _scrollTimer;
   int _scrollOffset;
+  QTimer _resizeTimer;
 };