summaryrefslogtreecommitdiffstats
path: root/akonadish/akonadish_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/akonadish_utils.h')
-rw-r--r--akonadish/akonadish_utils.h1
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;
34bool isValidStoreType(const QString &type); 34bool isValidStoreType(const QString &type);
35StoreBase &getStore(const QString &type); 35StoreBase &getStore(const QString &type);
36QSharedPointer<QAbstractItemModel> loadModel(const QString &type, Akonadi2::Query query); 36QSharedPointer<QAbstractItemModel> loadModel(const QString &type, Akonadi2::Query query);
37QMap<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.