summaryrefslogtreecommitdiffstats
path: root/app/file_operation.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-26 10:23:05 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-27 18:43:28 -0800
commitde6e866e8e6866c4bd201ed7f14283b9029d8627 (patch)
tree09a230c3ee1a96250b4ef08e7ba9e09e25172c11 /app/file_operation.h
parent5a518e1bc88cbe9d41b53abea04c32bfeb380999 (diff)
ondemandnavi: add qml invokable function for cache location
Bug-AGL: SPEC-2985 Change-Id: I5b412e968cac0d1034be35822de3bff70bb073c1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit b150f38c872a29093b808a4d10b91ec7fea0a278)
Diffstat (limited to 'app/file_operation.h')
-rw-r--r--app/file_operation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/file_operation.h b/app/file_operation.h
index 8d28bfb..da753a8 100644
--- a/app/file_operation.h
+++ b/app/file_operation.h
@@ -36,6 +36,7 @@ public:
Q_INVOKABLE double getStartLongitude();
Q_INVOKABLE QString getMapStyleUrls();
Q_INVOKABLE bool isOSMEnabled() { return m_enable_osm; };
+ Q_INVOKABLE QString getCachePath(QString name);
private:
void initFileOperation();