Make ChatView's scrollbar behavior a bit more tolerant to workaround BR 238 for now
[quassel.git] / src / qtui / chatscene.h
index 70605cc..cd71aac 100644 (file)
@@ -42,6 +42,7 @@ class ChatScene : public QGraphicsScene {
 
     Buffer *buffer() const;
     inline QAbstractItemModel *model() const { return _model; }
+    inline QString idString() const { return _idString; }
 
   public slots:
     void setWidth(qreal);