X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.h;h=482470a51ae3d41170031f5706f21bc44e830373;hp=c746d8383c273b1a05ba26646ff0daeebffa26bb;hb=1b680d1e84bff6c2e6f64dfbda72cb91efa48125;hpb=cedc301cd2f6dc644ddbf9fc9ae4fe605be2e9da diff --git a/src/common/syncableobject.h b/src/common/syncableobject.h index c746d838..482470a5 100644 --- a/src/common/syncableobject.h +++ b/src/common/syncableobject.h @@ -45,7 +45,7 @@ public: * \return The object's state in a QVariantMap */ virtual QVariantMap toVariantMap(); - + //! Initialize the object's state from a given QVariantMap. /** \see toVariantMap() for important information concerning this method. */ @@ -76,7 +76,7 @@ signals: private: bool setInitValue(const QString &property, const QVariant &value); - + bool _initialized; bool _allowClientUpdates;