From d4ba5071da8076914b99e6a3cc32c9042b3730bc Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 28 Mar 2017 16:40:26 +0200 Subject: Cleanup --- common/domain/applicationdomaintype.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/domain') diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index aa6a192..d84bda4 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -321,8 +321,6 @@ struct SINK_EXPORT SinkAccount : public ApplicationDomainType { SINK_PROPERTY(QString, Icon, icon); SINK_PROPERTY(QString, AccountType, type); SINK_STATUS_PROPERTY(int, Status, status); - SINK_STATUS_PROPERTY(ApplicationDomain::Error, Error, error); - SINK_STATUS_PROPERTY(ApplicationDomain::Progress, Progress, progress); }; @@ -344,8 +342,6 @@ struct SINK_EXPORT SinkResource : public ApplicationDomainType { SINK_PROPERTY(QByteArray, ResourceType, type); SINK_PROPERTY(QByteArrayList, Capabilities, capabilities); SINK_STATUS_PROPERTY(int, Status, status); - SINK_STATUS_PROPERTY(ApplicationDomain::Error, Error, error); - SINK_STATUS_PROPERTY(ApplicationDomain::Progress, Progress, progress); }; struct SINK_EXPORT Entity : public ApplicationDomainType { -- cgit v1.2.3