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 19:53:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:17 +0300
commitd9f0eb0f28f31b3676f6ac33a364728e9b24762e (patch)
tree6af943423463235896397bf80e39ddafcb90c40f /qt/update_dialog.hpp
parent1074e272443fc7ce3bd089737478956fc0d20d32 (diff)
[qt] Added Close button to 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 0ebe0df39a..dcfc3ddecf 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -32,6 +32,7 @@ namespace qt
private slots:
void OnItemClick(QTreeWidgetItem * item, int column);
void OnUpdateClick();
+ void OnCloseClick();
private:
void FillTree();