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=f1687d94d6ef13f65e2d249c55074d01247f7179;hp=7d5242b1d991e0a7818918daa11ac0a9d85ca310;hb=b8ce41ef6c0036d854f5bef0fb52e2a69dc5def2;hpb=96e623bcd9a56fdf153a6c82376a9ab0c45aa102 diff --git a/src/common/syncableobject.h b/src/common/syncableobject.h index 7d5242b1..f1687d94 100644 --- a/src/common/syncableobject.h +++ b/src/common/syncableobject.h @@ -94,7 +94,6 @@ public slots: protected: void sync_call__(SignalProxy::ProxyMode modeType, const char* funcname, ...) const; - void renameObject(const QString& newName); SyncableObject& operator=(const SyncableObject& other); signals: @@ -108,6 +107,8 @@ private: bool setInitValue(const QString& property, const QVariant& value); +private: + QString _objectName; bool _initialized{false}; bool _allowClientUpdates{false};