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-11-23 04:19:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:36 +0300
commit2f4102153d3a2cca56f52649a4a0c4c75d2dbddd (patch)
tree78a825e4101fffa988203f76e802302e8be9c983 /qt/preferences_dialog.hpp
parent9e713f19dfcbd8e48de23bf117741ae8586c92be (diff)
Changed preferred language algorithm to the new one - now feature has two names:
- default "name" - "name:<my native lang>" OR "int_name" OR "name:en" Also houses names are drawn if house has a number and a name
Diffstat (limited to 'qt/preferences_dialog.hpp')
-rw-r--r--qt/preferences_dialog.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt/preferences_dialog.hpp b/qt/preferences_dialog.hpp
index 8ce349907b..b37216c9ee 100644
--- a/qt/preferences_dialog.hpp
+++ b/qt/preferences_dialog.hpp
@@ -14,19 +14,15 @@ namespace qt
Q_OBJECT
virtual QSize sizeHint () const { return QSize(400, 400); }
- virtual void done(int);
public:
explicit PreferencesDialog(QWidget * parent);
private slots:
void OnCloseClick();
- void OnUpClick();
- void OnDownClick();
void OnUnitsChanged(int i);
private:
- QTableWidget * m_pTable;
QButtonGroup * m_pUnits;
};
} // namespace qt