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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-02-19 13:15:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:39 +0300
commit6d74c073e1270f10a69aef3d5cc6910f1699cfad (patch)
tree474e7287336e58a3350dbde973f2331948d5b0cc /qt/update_dialog.hpp
parentd87fba4671b9b696c9700f32f70b5da09539940a (diff)
Minor Refactoring for update check notification mechanism
Diffstat (limited to 'qt/update_dialog.hpp')
-rw-r--r--qt/update_dialog.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/qt/update_dialog.hpp b/qt/update_dialog.hpp
index d71f3048d8..11cb766dae 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -23,9 +23,7 @@ namespace qt
void OnCountryChanged(storage::TIndex const & index);
void OnCountryDownloadProgress(storage::TIndex const & index,
TDownloadProgress const & progress);
- /// @param updateSize if -1 then no update is available
- /// @param readme optional, can be NULL
- void OnUpdateCheck(int64_t updateSize, char const * readme);
+ void OnUpdateRequest(storage::TUpdateResult result, string const & description);
//@}
void ShowDialog();