diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-28 16:40:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-28 16:40:26 +0200 |
commit | d4ba5071da8076914b99e6a3cc32c9042b3730bc (patch) | |
tree | 0978efa2ae975cf6b6e9e58a6692ab4093cb9af3 /common/domain | |
parent | 9c37e308015f31ec778a39b31902e725cd9b76a8 (diff) | |
download | sink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.tar.gz sink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.zip |
Cleanup
Diffstat (limited to 'common/domain')
-rw-r--r-- | common/domain/applicationdomaintype.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 { | |||
321 | SINK_PROPERTY(QString, Icon, icon); | 321 | SINK_PROPERTY(QString, Icon, icon); |
322 | SINK_PROPERTY(QString, AccountType, type); | 322 | SINK_PROPERTY(QString, AccountType, type); |
323 | SINK_STATUS_PROPERTY(int, Status, status); | 323 | SINK_STATUS_PROPERTY(int, Status, status); |
324 | SINK_STATUS_PROPERTY(ApplicationDomain::Error, Error, error); | ||
325 | SINK_STATUS_PROPERTY(ApplicationDomain::Progress, Progress, progress); | ||
326 | }; | 324 | }; |
327 | 325 | ||
328 | 326 | ||
@@ -344,8 +342,6 @@ struct SINK_EXPORT SinkResource : public ApplicationDomainType { | |||
344 | SINK_PROPERTY(QByteArray, ResourceType, type); | 342 | SINK_PROPERTY(QByteArray, ResourceType, type); |
345 | SINK_PROPERTY(QByteArrayList, Capabilities, capabilities); | 343 | SINK_PROPERTY(QByteArrayList, Capabilities, capabilities); |
346 | SINK_STATUS_PROPERTY(int, Status, status); | 344 | SINK_STATUS_PROPERTY(int, Status, status); |
347 | SINK_STATUS_PROPERTY(ApplicationDomain::Error, Error, error); | ||
348 | SINK_STATUS_PROPERTY(ApplicationDomain::Progress, Progress, progress); | ||
349 | }; | 345 | }; |
350 | 346 | ||
351 | struct SINK_EXPORT Entity : public ApplicationDomainType { | 347 | struct SINK_EXPORT Entity : public ApplicationDomainType { |