X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.h;h=a5bb210d5074c85bc0a7fead8e50b50c82c53c69;hb=fad08c0bc53514b43fdf44e5a792a019b1414367;hp=7d5242b1d991e0a7818918daa11ac0a9d85ca310;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/common/syncableobject.h b/src/common/syncableobject.h index 7d5242b1..a5bb210d 100644 --- a/src/common/syncableobject.h +++ b/src/common/syncableobject.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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};