fixing the creating of new buffers in the client. bye bye Client::buffer(BufferId)
[quassel.git] / src / client / networkmodel.h
index 1a9ace3..4ea7ddc 100644 (file)
@@ -297,10 +297,11 @@ public:
   Buffer::ActivityLevel bufferActivity(const BufferInfo &buffer) const;
 
   QString bufferName(BufferId bufferId);
+  BufferInfo::Type bufferType(BufferId bufferId);
+  BufferInfo bufferInfo(BufferId bufferId);
   MsgId lastSeenMsgId(BufferId bufferId);
   NetworkId networkId(BufferId bufferId);
   QString networkName(BufferId bufferId);
-  BufferInfo::Type bufferType(BufferId bufferId);
 
 public slots:
   void bufferUpdated(BufferInfo bufferInfo);