Adding work-in-progress for the new QGraphicsScene-based chatview.
[quassel.git] / src / client / buffer.h
index fa2e472..e862d5a 100644 (file)
@@ -61,12 +61,11 @@ public:
   BufferInfo bufferInfo() const;
   void updateBufferInfo(BufferInfo bufferid);
 
-  uint uid() const;
-  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;