X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewfilter.h;h=506cbebd62092886c4433ed132d2e005b17d0ef3;hp=d20445dc24c0620d70c395a636110e48b68eaaf6;hb=d28b9ec38b6ea0bc473200fc2f1e65abd1b56bd6;hpb=5e15b644e15c5ec0704f5a0f734475d86f179110 diff --git a/src/uisupport/bufferviewfilter.h b/src/uisupport/bufferviewfilter.h index d20445dc..506cbebd 100644 --- a/src/uisupport/bufferviewfilter.h +++ b/src/uisupport/bufferviewfilter.h @@ -26,6 +26,7 @@ #include #include // #include "buffer.h" +#include "types.h" /***************************************** * Buffer View Filter @@ -69,7 +70,7 @@ private: bool filterAcceptBuffer(const QModelIndex &) const; bool filterAcceptNetwork(const QModelIndex &) const; - void addBuffer(const uint &); + void addBuffer(const BufferId &); }; Q_DECLARE_OPERATORS_FOR_FLAGS(BufferViewFilter::Modes)