From cec2b706698aa25daeb16bae8e8586aec72be747 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 4 Dec 2014 21:13:08 +0100 Subject: add a standard storage location --- client/clientapi.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/clientapi.h b/client/clientapi.h index 44fc98b..59efe32 100644 --- a/client/clientapi.h +++ b/client/clientapi.h @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include @@ -277,6 +278,11 @@ private: */ class Store { public: + static QString storageLocation() + { + return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/akonadi2"; + } + /** * Asynchronusly load a dataset */ -- cgit v1.2.3