X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.h;h=9031f1368b02edf40556b13f66586aef148ac7a8;hb=d89f4d9cdbc167112e64fca1931e81bc27d17319;hp=7b080432ae611f53526bbf4b1702047147e08291;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/common/syncableobject.h b/src/common/syncableobject.h index 7b080432..9031f136 100644 --- a/src/common/syncableobject.h +++ b/src/common/syncableobject.h @@ -109,8 +109,8 @@ private: bool setInitValue(const QString &property, const QVariant &value); - bool _initialized; - bool _allowClientUpdates; + bool _initialized{false}; + bool _allowClientUpdates{false}; QList _signalProxies;