X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbufferviewoverlay.h;h=204e5530de373b9a86eb5fbaaae2f7d6fa402f13;hp=96f632384ea650bf8e84ff813d6144d77c8672fa;hb=925149e4675223754de4962b95728b76647d4949;hpb=e2667bcfa59d0a3b7843235dd6235d912cc0c992 diff --git a/src/client/bufferviewoverlay.h b/src/client/bufferviewoverlay.h index 96f63238..204e5530 100644 --- a/src/client/bufferviewoverlay.h +++ b/src/client/bufferviewoverlay.h @@ -42,8 +42,6 @@ public: const QSet &removedBufferIds(); const QSet &tempRemovedBufferIds(); - bool addBuffersAutomatically(); - bool hideInactiveBuffers(); int allowedBufferTypes(); int minimumActivity(); @@ -69,15 +67,14 @@ private slots: private: void updateHelper(); + QSet filterBuffersByConfig(const QList &buffers, const BufferViewConfig *config); + bool _aboutToUpdate; QSet _bufferViewIds; int _uninitializedViewCount; QSet _networkIds; - - bool _addBuffersAutomatically; - bool _hideInactiveBuffers; int _allowedBufferTypes; int _minimumActivity;