X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=5a125a4f0f25585c341530b035385c2978863cd2;hp=f32502e739fc5bb83275a65e7c797f88937a0ace;hb=9204e98848ab202c0117aa1428fa0ea10b4dcd75;hpb=c44861ebf9053fce279d2052e975a0fc800e254e diff --git a/src/core/core.h b/src/core/core.h index f32502e7..5a125a4f 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -207,17 +207,14 @@ class Core : public QObject { */ static QList requestMsgRange(UserId user, BufferId buffer, int first, int last); - //! Request a list of all buffers known to a user since a certain point in time. + //! Request a list of all buffers known to a user. /** This method is used to get a list of all buffers we have stored a backlog from. - * Optionally, a QDateTime can be given, so that only buffers are listed that were active - * since that point in time. * \note This method is threadsafe. * * \param user The user whose buffers we request - * \param since If this is defined, older buffers will be ignored * \return A list of the BufferInfos for all buffers as requested */ - static QList requestBuffers(UserId user, QDateTime since = QDateTime()); + static QList requestBuffers(UserId user); //! Remove permanently a buffer and it's content from the storage backend /** This call cannot be reverted!