diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-12 23:43:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-12 23:43:51 +0200 |
commit | 23957092ecd2b0fa8736cff4c5aeaae69d580cc4 (patch) | |
tree | 172c6e5faa6ae2ac721c256846c26cc85aa0dbd4 | |
parent | d565411a820c0de95d2d60b275ec1f8f2be0a905 (diff) | |
download | sink-23957092ecd2b0fa8736cff4c5aeaae69d580cc4.tar.gz sink-23957092ecd2b0fa8736cff4c5aeaae69d580cc4.zip |
Fixed identity
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 8af48e8..1a07863 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -166,7 +166,7 @@ struct SINK_EXPORT SinkAccount : public ApplicationDomainType { | |||
166 | }; | 166 | }; |
167 | 167 | ||
168 | struct SINK_EXPORT Identity : public ApplicationDomainType { | 168 | struct SINK_EXPORT Identity : public ApplicationDomainType { |
169 | typedef QSharedPointer<SinkAccount> Ptr; | 169 | typedef QSharedPointer<Identity> Ptr; |
170 | Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); | 170 | Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); |
171 | Identity(const QByteArray &identifier); | 171 | Identity(const QByteArray &identifier); |
172 | Identity(); | 172 | Identity(); |