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-07 18:03:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:53 +0300
commit43ccb47f20c8533670a55247fe0a121e5f6d9087 (patch)
tree5ec711aa515d2d67dbfaff4ced1bd14cdb56c938 /qt/mainwindow.hpp
parent7676597f28c70ae2960d7e1e3d9fdf1f01f62489 (diff)
[Windows] Added About and Preferences into System menu
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 8c41f0eaeb..3ba37d0ed4 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -38,6 +38,10 @@ namespace qt
void CreateClassifPanel();
void CreateNavigationBar();
//void CreateFindTable(QLayout * pLayout);
+ #if defined(Q_WS_WIN)
+ /// to handle menu messages
+ virtual bool winEvent(MSG * msg, long * result);
+ #endif
protected Q_SLOTS:
//void OnFeatureEntered(int row, int col);