aboutsummaryrefslogtreecommitdiffstats
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-26 10:43:05 -0800
commit87629ba85ac7ea6675d7d4ba7565d5ae15d156cb (patch)
tree9017234b16545d7ecdca1bf5b3049f0c6b2ae48f /app/file_operation.h
parentc5313bfa18ab0b0b8997c72473458e741857bc8a (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>
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();