diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
commit | 41006b5cab7b0260f8abc42aa2d2e959a013764e (patch) | |
tree | fe8be353228233f45119964cbab4b578b496ac85 /common/domain/applicationdomaintype.cpp | |
parent | 222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff) | |
download | sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip |
interresource move
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index b30eb36..105ae56 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -98,6 +98,11 @@ void ApplicationDomainType::setProperty(const QByteArray &key, const QVariant &v | |||
98 | mAdaptor->setProperty(key, value); | 98 | mAdaptor->setProperty(key, value); |
99 | } | 99 | } |
100 | 100 | ||
101 | void ApplicationDomainType::setResource(const QByteArray &identifier) | ||
102 | { | ||
103 | mResourceInstanceIdentifier = identifier; | ||
104 | } | ||
105 | |||
101 | void ApplicationDomainType::setProperty(const QByteArray &key, const ApplicationDomainType &value) | 106 | void ApplicationDomainType::setProperty(const QByteArray &key, const ApplicationDomainType &value) |
102 | { | 107 | { |
103 | Q_ASSERT(!value.identifier().isEmpty()); | 108 | Q_ASSERT(!value.identifier().isEmpty()); |