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:
authorvng <viktor.govako@gmail.com>2011-07-02 21:17:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:19 +0300
commita5df61eca885fdb5b8486b65a4d0488e3c455651 (patch)
tree420a589f9aacae9855e990cbe364aaf1795e8041 /qt_tstfrm
parent9bce8acff51674edd91ce78c64a7c902d71e57fd (diff)
[Refactoring] Read unicode blocks and font lists with Reader interface.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index ae51956a4c..b7debe696a 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -56,9 +56,9 @@ void GLDrawWidget::initializeGL()
30,
512, 256, 10,
512, 256, 5,
- GetPlatform().ReadPathForFile("unicode_blocks.txt").c_str(),
- GetPlatform().ReadPathForFile("fonts_whitelist.txt").c_str(),
- GetPlatform().ReadPathForFile("fonts_blacklist.txt").c_str(),
+ "unicode_blocks.txt",
+ "fonts_whitelist.txt",
+ "fonts_blacklist.txt",
2 * 1024 * 1024,
500 * 1024,
yg::Rt8Bpp,