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
path: root/qt
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-04-12 18:33:09 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-04-12 19:08:01 +0300
commit315e3c7b2c547af255c8742ca3b1e15edfb5ba88 (patch)
treeefe23f336ea2b64a8965686ed832581cc026fae7 /qt
parent645ced91dd620e386f16d014cb38867304be4cea (diff)
Fix build desktop application and test
Diffstat (limited to 'qt')
-rw-r--r--qt/search_panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/search_panel.cpp b/qt/search_panel.cpp
index 2077a5b0ad..347c65c853 100644
--- a/qt/search_panel.cpp
+++ b/qt/search_panel.cpp
@@ -227,7 +227,7 @@ bool SearchPanel::TryMigrate(QString const & str)
}
};
- auto const progressChanged = [](storage::TCountryId const & id, storage::TLocalAndRemoteSize const & sz)
+ auto const progressChanged = [](storage::TCountryId const & id, storage::MapFilesDownloader::TProgress const & sz)
{
LOG(LINFO, (id, "downloading progress:", sz));
};