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-01-12 15:34:22 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:45 +0300
commit0674bab340e3d2d6a94f07466499ec4e85aa4d00 (patch)
tree6a0887bb9c174e81336521583ac4727840b8e9a3 /qt/update_dialog.hpp
parent10368127c4a1d79bd7f01637440c14506aa1e621 (diff)
[qt] About dialog
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 851a59bfce..03be8a12ce 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -39,7 +39,7 @@ namespace qt
private:
QTreeWidget * m_tree;
- QLabel * m_label;
+ //QLabel * m_label;
QPushButton * m_button;
storage::Storage & m_storage;
};