X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=6f385bb7358c58b95ade8ed28800fb421cc0d2d0;hp=8ebe3a5755f4020e3dc9ef25bf9c943c92396def;hb=7697a688fc1fb1e8e56b80099707e4b2a944759e;hpb=5227fae052f5e5567eddeed37daca8bafc9f0351 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 8ebe3a57..6f385bb7 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -68,7 +68,6 @@ private slots: void lastLineChanged(QGraphicsItem *chatLine, qreal offset); void mouseMoveWhileSelecting(const QPointF &scenePos); void scrollTimerTimeout(); - void resizeTimerTimeout(); void styleChanged(); private: @@ -80,7 +79,6 @@ private: qreal _currentScaleFactor; QTimer _scrollTimer; int _scrollOffset; - QTimer _resizeTimer; };