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-05-08 14:32:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:12 +0300
commitd93000665a4791f5e332c13d63332e91bc9b272b (patch)
tree312d5f5086a99f0ff5fba8ed66b013ed0e61cc46 /qt/mainwindow.hpp
parent790e7749b27fd96cedf77c0c8e30a3d0baf1f465 (diff)
[qt] Uncommented preferences dialog
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 27091e818d..f4afd9e2f4 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -62,8 +62,8 @@ namespace qt
void ShowUpdateDialog();
void ShowClassifPanel();
void ShowGuidePanel();
- void OnPreferences();
#endif // DEBUG
+ void OnPreferences();
void OnAbout();
void OnMyPosition();
};