X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.h;fp=src%2Fcommon%2Fsyncableobject.h;h=9031f1368b02edf40556b13f66586aef148ac7a8;hp=7b080432ae611f53526bbf4b1702047147e08291;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4 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;