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
committerScott Murray <scott.murray@konsulko.com>2019-11-28 16:16:39 +0000
commit852ec71c8621044f05a01f2bfc1a44661bceedf6 (patch)
treeb9a04c9dea480f45ae7c64c5835b24154f65dd31 /app/file_operation.h
parent373728f8e6b9cb85dbeda18af5deee9960f94ba1 (diff)
tbtnavi: 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 87629ba85ac7ea6675d7d4ba7565d5ae15d156cb)
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();