Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-07-16 13:49:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:31 +0300
commit3c5bb1746c29c54a40a16efaba9c6c2eb5500c74 (patch)
treeae57f3dfb910e049888931b38d14e5158dc69071 /platform/platform.hpp
parent51e035216bc40b91819c9aaa16eab2205715ec5d (diff)
[omim] Extracted measurement system setup to platform.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 95e1eb7587..283614aa61 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -207,6 +207,8 @@ public:
static EConnectionType ConnectionStatus();
static bool IsConnected() { return ConnectionStatus() != EConnectionType::CONNECTION_NONE; }
+ void SetupMeasurementSystem() const;
+
private:
void GetSystemFontNames(FilesList & res) const;
};