diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/inspection.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/inspection.h')
-rw-r--r-- | common/inspection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/inspection.h b/common/inspection.h index ecf5b3d..b9f6bf3 100644 --- a/common/inspection.h +++ b/common/inspection.h | |||
@@ -23,11 +23,11 @@ | |||
23 | #include <QVariant> | 23 | #include <QVariant> |
24 | #include "applicationdomaintype.h" | 24 | #include "applicationdomaintype.h" |
25 | 25 | ||
26 | namespace Akonadi2 { | 26 | namespace Sink { |
27 | namespace Resources { | 27 | namespace Resources { |
28 | 28 | ||
29 | struct Inspection { | 29 | struct Inspection { |
30 | static Inspection PropertyInspection(const Akonadi2::ApplicationDomain::Entity &entity, const QByteArray &property, const QVariant &expectedValue) | 30 | static Inspection PropertyInspection(const Sink::ApplicationDomain::Entity &entity, const QByteArray &property, const QVariant &expectedValue) |
31 | { | 31 | { |
32 | Inspection inspection; | 32 | Inspection inspection; |
33 | inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); | 33 | inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); |
@@ -37,7 +37,7 @@ struct Inspection { | |||
37 | return inspection; | 37 | return inspection; |
38 | } | 38 | } |
39 | 39 | ||
40 | static Inspection ExistenceInspection(const Akonadi2::ApplicationDomain::Entity &entity, bool exists) | 40 | static Inspection ExistenceInspection(const Sink::ApplicationDomain::Entity &entity, bool exists) |
41 | { | 41 | { |
42 | Inspection inspection; | 42 | Inspection inspection; |
43 | inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); | 43 | inspection.resourceIdentifier = entity.resourceInstanceIdentifier(); |