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:
authorDarafei Praliaskouski <komzpa@mapswith.me>2013-05-22 17:31:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:08 +0300
commitdcecb55149068c2b330681bc07186f5e5ccb94c8 (patch)
tree0ac622bc3dddead4d319fdb5c10c7b6eb6676ffb /qt/mainwindow.hpp
parent864b14d2dbdb99b15332e445fc75740f26225467 (diff)
historical stuff cleanup
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index fc0942f790..0109de2b90 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -21,7 +21,7 @@ namespace qt
QAction * m_pSearchAction;
DrawWidget * m_pDrawWidget;
- QDockWidget * m_Docks[3];
+ QDockWidget * m_Docks[1];
scoped_ptr<location::LocationService> m_locationService;
@@ -40,10 +40,6 @@ namespace qt
void LoadState();
protected:
-#ifndef NO_DOWNLOADER
- void CreateClassifPanel();
- void CreateGuidePanel();
-#endif // NO_DOWNLOADER
void CreatePanelImpl(size_t i, Qt::DockWidgetArea area, QString const & name,
QKeySequence const & hotkey, char const * slot);
void CreateNavigationBar();
@@ -59,8 +55,6 @@ namespace qt
protected Q_SLOTS:
#ifndef NO_DOWNLOADER
void ShowUpdateDialog();
- void ShowClassifPanel();
- void ShowGuidePanel();
#endif // NO_DOWNLOADER
void OnPreferences();