X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=67b3a55312b319d14d5e04aff4b5372a04eea529;hp=7f1f9c20195dad0426663c09a7677c9dbbe51083;hb=5b560ec1a01349562ac58051ca7e7fa899d4b994;hpb=12493689255317b4816000b22bccd1961dbfd8d8 diff --git a/src/core/core.h b/src/core/core.h index 7f1f9c20..67b3a553 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -102,10 +102,11 @@ class Core : public QObject { * * \param user The core user who owns this buffername * \param networkId The network id + * \param type The type of the buffer (StatusBuffer, Channel, etc.) * \param buffer The buffer name (if empty, the net's status buffer is returned) * \return The BufferInfo corresponding to the given network and buffer name, or 0 if not found */ - static BufferInfo bufferInfo(UserId user, const NetworkId &networkId, const QString &buffer = ""); + static BufferInfo bufferInfo(UserId user, const NetworkId &networkId, BufferInfo::Type, const QString &buffer = ""); //! Store a Message in the backlog. /** \note This method is threadsafe.