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-03-25 04:21:43 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:15 +0300
commit23a5982f82a0b8c0d54b04d5b724f4aa64f47ab0 (patch)
treedb5c473fed570bf74e9c87637e8ed456435549a8 /qt/update_dialog.hpp
parent845c029104284208c2cbbac93c174b2ea3caf3c0 (diff)
[qt] Fixed bug with not updated progress in Downloader
Diffstat (limited to 'qt/update_dialog.hpp')
-rw-r--r--qt/update_dialog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/update_dialog.hpp b/qt/update_dialog.hpp
index 8b03754a3d..0ebe0df39a 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -17,6 +17,7 @@ namespace qt
public:
explicit UpdateDialog(QWidget * parent, storage::Storage & storage);
+ ~UpdateDialog();
/// @name Called from downloader to notify GUI
//@{