diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-25 18:27:28 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-25 18:27:28 +0100 |
commit | a90342d5fb92092e1d1715eae7f66f33d5b4a66c (patch) | |
tree | 170d3b7db2e7c8c3598f84ef46190ab99e525d66 /akonadish/akonadish_utils.h | |
parent | c1eb4d6f95962c36e5e3994a0e6578cbff03cf49 (diff) | |
download | sink-a90342d5fb92092e1d1715eae7f66f33d5b4a66c.tar.gz sink-a90342d5fb92092e1d1715eae7f66f33d5b4a66c.zip |
key/value map maker
straight from akonadi2_client .. needs improving
Diffstat (limited to 'akonadish/akonadish_utils.h')
-rw-r--r-- | akonadish/akonadish_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/akonadish_utils.h b/akonadish/akonadish_utils.h index c15162f..17b8ec7 100644 --- a/akonadish/akonadish_utils.h +++ b/akonadish/akonadish_utils.h | |||
@@ -34,6 +34,7 @@ class StoreBase; | |||
34 | bool isValidStoreType(const QString &type); | 34 | bool isValidStoreType(const QString &type); |
35 | StoreBase &getStore(const QString &type); | 35 | StoreBase &getStore(const QString &type); |
36 | QSharedPointer<QAbstractItemModel> loadModel(const QString &type, Akonadi2::Query query); | 36 | QSharedPointer<QAbstractItemModel> loadModel(const QString &type, Akonadi2::Query query); |
37 | QMap<QString, QString> keyValueMapFromArgs(const QStringList &args); | ||
37 | 38 | ||
38 | /** | 39 | /** |
39 | * A small abstraction layer to use the akonadi store with the type available as string. | 40 | * A small abstraction layer to use the akonadi store with the type available as string. |