X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.cpp;h=85fb48ac52c992f50206ee4b1b8ebfbcf56b13e4;hp=eac76a201264be7adf0d446c48393ede359aa281;hb=3f354bcce2cecfe88a46de90cbf94ffd1bc7c506;hpb=68cd9a2621c71005cda0ed4fb796bbf5fcbe007e diff --git a/src/qtui/chatview.cpp b/src/qtui/chatview.cpp index eac76a20..85fb48ac 100644 --- a/src/qtui/chatview.cpp +++ b/src/qtui/chatview.cpp @@ -73,7 +73,6 @@ void ChatView::init(MessageFilter *filter) { setScene(_scene); connect(verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(verticalScrollbarChanged(int))); - connect(QtUi::style(), SIGNAL(changed()), this, SLOT(styleChanged())); } bool ChatView::event(QEvent *event) { @@ -172,10 +171,6 @@ void ChatView::verticalScrollbarChanged(int newPos) { vbar->setValue(vbar->maximum()); } -void ChatView::styleChanged() { - invalidateScene(); -} - MsgId ChatView::lastMsgId() const { if(!scene()) return MsgId();