X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=9c961a9f1e5200457ab390018c2fec76d93a2074;hb=f28f0cf83c0aee7700334e0251165f0f3794f57c;hp=bffd2a367082f54bccca42c2d22e7dbab6895f92;hpb=b797e5f581b10a517c30f78cb53f813af741e261;p=quassel.git diff --git a/src/common/identity.h b/src/common/identity.h index bffd2a36..9c961a9f 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -84,9 +84,6 @@ class Identity : public SyncableObject { QString partReason() const; QString quitReason() const; - bool initialized() const; - void setInitialized(); - public slots: void setId(IdentityId id); void setIdentityName(const QString &name); @@ -133,10 +130,7 @@ class Identity : public SyncableObject { void partReasonSet(const QString &); void quitReasonSet(const QString &); - void updatedRemotely(); - private: - bool _initialized; IdentityId _identityId; QString _identityName, _realName; QStringList _nicks;