X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbufferviewoverlay.h;h=4f3ab46401d11ca11fa794bfe09df7699a1abc3e;hp=a476434ae89d81b8abdd8ba2ab362ed205ba97a6;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4 diff --git a/src/client/bufferviewoverlay.h b/src/client/bufferviewoverlay.h index a476434a..4f3ab464 100644 --- a/src/client/bufferviewoverlay.h +++ b/src/client/bufferviewoverlay.h @@ -75,14 +75,14 @@ private: void updateHelper(); QSet filterBuffersByConfig(const QList &buffers, const BufferViewConfig *config); - bool _aboutToUpdate; + bool _aboutToUpdate{false}; QSet _bufferViewIds; - int _uninitializedViewCount; + int _uninitializedViewCount{0}; QSet _networkIds; - int _allowedBufferTypes; - int _minimumActivity; + int _allowedBufferTypes{0}; + int _minimumActivity{0}; QSet _buffers; QSet _removedBuffers;