X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewfilter.h;h=ba3778a43a7382c2b919e4666789883cfb538a8a;hp=501652105e771f92241d807861e61d21f156d178;hb=bbff8b7b37e35f61279b1e8b06a97969fe87f2a6;hpb=01e673b540fd0cf2e6442b490616340ee08f0e34 diff --git a/src/uisupport/bufferviewfilter.h b/src/uisupport/bufferviewfilter.h index 50165210..ba3778a4 100644 --- a/src/uisupport/bufferviewfilter.h +++ b/src/uisupport/bufferviewfilter.h @@ -96,6 +96,8 @@ private: QPointer _config; Qt::SortOrder _sortOrder; + QPixmap _channelJoinedIcon; + QPixmap _channelPartedIcon; QPixmap _userOfflineIcon; QPixmap _userAwayIcon; QPixmap _userOnlineIcon; @@ -109,7 +111,8 @@ private: bool filterAcceptBuffer(const QModelIndex &) const; bool filterAcceptNetwork(const QModelIndex &) const; - void addBuffer(const BufferId &) const; + void addBuffer(const BufferId &bufferId) const; + void addBuffers(const QList &bufferIds) const; static bool bufferIdLessThan(const BufferId &, const BufferId &); }; Q_DECLARE_OPERATORS_FOR_FLAGS(BufferViewFilter::Modes)