minor api cleanup for requesting messages from backlog
[quassel.git] / src / core / corebacklogmanager.h
index 7d7e1d8..260f99f 100644 (file)
@@ -36,7 +36,7 @@ public:
   CoreSession *coreSession() { return _coreSession; }
 
 public slots:
-  virtual QVariantList requestBacklog(BufferId bufferId, int lastMsgs = -1, int offset = -1);
+  virtual QVariantList requestBacklog(BufferId bufferId, int limit = -1, int offset = -1);
 
 private:
   CoreSession *_coreSession;