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-10-05 13:12:17 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:15 +0300
commitf2b82e4dd0da374b538b489cb0a82a2e26201b74 (patch)
treee9a9111a58f5a4a73905a666e05cda99d2fad057 /qt/update_dialog.hpp
parentfcb35bbceb2c8cf627abbdc093aea626115e10c5 (diff)
Cleaned up unused update check code
Diffstat (limited to 'qt/update_dialog.hpp')
-rw-r--r--qt/update_dialog.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt/update_dialog.hpp b/qt/update_dialog.hpp
index fab22f6b5e..36c5274aec 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -24,14 +24,12 @@ namespace qt
void OnCountryChanged(storage::TIndex const & index);
void OnCountryDownloadProgress(storage::TIndex const & index,
HttpProgressT const & progress);
- void OnUpdateRequest(storage::TUpdateResult result, string const & description);
//@}
void ShowDialog();
private slots:
void OnItemClick(QTreeWidgetItem * item, int column);
- void OnUpdateClick();
void OnCloseClick();
private:
@@ -40,8 +38,6 @@ namespace qt
private:
QTreeWidget * m_tree;
- QLabel * m_label;
- QPushButton * m_updateButton;
storage::Storage & m_storage;
};
} // namespace qt