Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / qtgui / chatline.h
index ac80363..2707a17 100644 (file)
@@ -59,7 +59,7 @@ class ChatLine : public QObject, public AbstractUiMsg {
     QString sender() const;
     QString text() const;
     MsgId msgId() const;
-    BufferId bufferId() const;
+    BufferInfo bufferInfo() const;
 
     bool isUrl(int pos) const;
     QUrl getUrl(int pos) const;