summaryrefslogtreecommitdiffstats
path: root/common/inspection.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
commitbdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch)
tree25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/inspection.h
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/inspection.h')
-rw-r--r--common/inspection.h6
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
26namespace Akonadi2 { 26namespace Sink {
27 namespace Resources { 27 namespace Resources {
28 28
29struct Inspection { 29struct 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();