diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-26 10:23:05 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-27 13:34:04 +0000 |
commit | b150f38c872a29093b808a4d10b91ec7fea0a278 (patch) | |
tree | c453c57a08f62c48819c4a6ed340afc8f04aa9eb /app/file_operation.h | |
parent | cc914d7c017706b946857ca100d11718b511b479 (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>
Diffstat (limited to 'app/file_operation.h')
-rw-r--r-- | app/file_operation.h | 1 |
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(); |