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/index.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/index.h b/common/index.h index 6b06d26..20213b2 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -25,8 +25,8 @@ public: | |||
25 | int code; | 25 | int code; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | Index(const QString &storageRoot, const QString &name, Akonadi2::Storage::AccessMode mode = Akonadi2::Storage::ReadOnly); | 28 | Index(const QString &storageRoot, const QString &name, Sink::Storage::AccessMode mode = Sink::Storage::ReadOnly); |
29 | Index(const QByteArray &name, Akonadi2::Storage::Transaction &); | 29 | Index(const QByteArray &name, Sink::Storage::Transaction &); |
30 | 30 | ||
31 | void add(const QByteArray &key, const QByteArray &value); | 31 | void add(const QByteArray &key, const QByteArray &value); |
32 | void remove(const QByteArray &key, const QByteArray &value); | 32 | void remove(const QByteArray &key, const QByteArray &value); |
@@ -37,6 +37,6 @@ public: | |||
37 | 37 | ||
38 | private: | 38 | private: |
39 | Q_DISABLE_COPY(Index); | 39 | Q_DISABLE_COPY(Index); |
40 | Akonadi2::Storage::Transaction mTransaction; | 40 | Sink::Storage::Transaction mTransaction; |
41 | Akonadi2::Storage::NamedDatabase mDb; | 41 | Sink::Storage::NamedDatabase mDb; |
42 | }; | 42 | }; |