just some internal clean up
[quassel.git] / src / qtui / chatview.cpp
index 0c3d4bb..b3c27f4 100644 (file)
@@ -58,6 +58,7 @@ void ChatView::init(MessageFilter *filter) {
   connect(_scene, SIGNAL(sceneRectChanged(const QRectF &)), this, SLOT(sceneRectChanged(const QRectF &)));
   connect(_scene, SIGNAL(lastLineChanged(QGraphicsItem *, qreal)), this, SLOT(lastLineChanged(QGraphicsItem *, qreal)));
   setScene(_scene);
+  // installEventFilter(_scene);
 
   connect(verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(verticalScrollbarChanged(int)));
 }