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-01-09 01:34:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:27 +0300
commita5ac8353063560e6b021c4f22027de46261b494c (patch)
tree2ee4d66feb554a70b70d6557f9f50d1c83fc516b /qt/mainwindow.hpp
parent9842cb7f1c7e198d9a65fa4c7e91feefdf9fd627 (diff)
Added about dialog
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 95882fc53b..17b9fc72fa 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -42,6 +42,7 @@ namespace qt
//void OnFeatureClicked(int row, int col);
void ShowUpdateDialog();
void ShowClassifPanel();
+ void OnAbout();
};
}