X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=6f385bb7358c58b95ade8ed28800fb421cc0d2d0;hb=00f633d013c9c9b87ae811c62daca40c1f73d1b8;hp=8ebe3a5755f4020e3dc9ef25bf9c943c92396def;hpb=f2fec057b3fa59cdf918fc6598ce208d4f8e8555;p=quassel.git 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; };