Adding work-in-progress for the new QGraphicsScene-based chatview.
[quassel.git] / src / client / buffer.h
index b67a0f4..e862d5a 100644 (file)
@@ -60,12 +60,12 @@ public:
 
   BufferInfo bufferInfo() const;
   void updateBufferInfo(BufferInfo bufferid);
-  
-  uint networkId() const;
+
+  BufferId uid() const;
+  NetworkId networkId() const;
   
   QString networkName() const;
-  QString bufferName() const;
-  QString displayName() const;
+  QString name() const;
   
   QList<AbstractUiMsg *> contents() const;