fixing a bug where no backlog is requested after an aborted connect
[quassel.git] / src / client / clientbacklogmanager.h
index 6d76789..400edcb 100644 (file)
@@ -37,6 +37,8 @@ public:
   // helper for the backlogRequester, as it isn't a QObject and can't emit itself
   inline void emitMessagesRequested(const QString &msg) const { emit messagesRequested(msg); }
 
+  void reset();
+
 public slots:
   virtual void receiveBacklog(BufferId bufferId, int lastMsgs, int offset, QVariantList msgs);
   void requestInitialBacklog();