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