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-06-02 20:10:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:48 +0300
commit9fc7593b865036cf8979109919f7615eecf81efa (patch)
tree56bf4fb9c8e3b25d7ae5f6237702166ec6526b3c /qt/mainwindow.hpp
parentd96470fdb6afb9e2b039506f3a7efe3f68b56b8c (diff)
[qt] Rewrote search panel
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index fa3df51c31..6ab08f8b57 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -19,7 +19,7 @@ namespace qt
QAction * m_pSearchAction;
DrawWidget * m_pDrawWidget;
- QDockWidget * m_Docks[4];
+ QDockWidget * m_Docks[3];
#ifndef NO_DOWNLOADER
UpdateDialog * m_updateDialog;
@@ -40,7 +40,6 @@ namespace qt
private:
void OnLocationFound();
- void OnSearchResult(search::Result const & result);
protected:
#ifndef NO_DOWNLOADER
@@ -58,7 +57,6 @@ namespace qt
#endif
protected Q_SLOTS:
- void OnSearchTextChanged(QString const &);
#ifndef NO_DOWNLOADER
void ShowUpdateDialog();
void ShowClassifPanel();
@@ -69,7 +67,5 @@ namespace qt
void OnMyPosition();
void OnSearchButtonClicked();
void OnSearchShortcutPressed();
- void OnSearchPanelShortcutPressed();
- void OnSearchPanelItemClicked(int row, int column);
};
}