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-12 09:15:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:10 +0300
commit8cd0f1dac3763776a04e33e8cad5ae897c847272 (patch)
treeef36c427c0ba80990f7c14bb387e13e7acf628d4 /qt/update_dialog.hpp
parenta7b8aaf803167866c20fa2444a37b50b28b2ad38 (diff)
[QT] Fixed crash on Update button click
Diffstat (limited to 'qt/update_dialog.hpp')
-rw-r--r--qt/update_dialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/update_dialog.hpp b/qt/update_dialog.hpp
index 14d584eb49..d71f3048d8 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -32,7 +32,7 @@ namespace qt
private slots:
void OnItemClick(QTreeWidgetItem * item, int column);
- void OnButtonClick(bool checked = false);
+ void OnUpdateClick();
private:
void FillTree();