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:
authorYury Melnichek <melnichek@gmail.com>2011-06-05 20:52:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:10 +0300
commit21c7b3035bc13af9a8e26d47136ee53b84b092fb (patch)
treed957399137f95eed04fe7c3de42b1c38284cfb44 /qt/mainwindow.hpp
parent46c2f39910649982f00ace94cc32a3c28cd3ae2b (diff)
[search] Implement query termination. Make search slow to test it :)
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 1a7a5f66be..a2569fcc86 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -56,6 +56,8 @@ namespace qt
virtual bool winEvent(MSG * msg, long * result);
#endif
+ virtual void closeEvent(QCloseEvent * e);
+
protected Q_SLOTS:
#ifndef NO_DOWNLOADER
void ShowUpdateDialog();