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@gmail.com>2013-02-18 16:01:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:08 +0300
commitd454c374834a7091540dee308dc4294f85cf4f7e (patch)
tree3fa2822109648734e032545975441a4fdff7be67 /qt/mainwindow.cpp
parent36cb56960ae2860f858e7082bb9963979e4be909 (diff)
Removed visibility.txt
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index 9553a76855..0854cd5055 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -24,7 +24,6 @@
#ifndef NO_DOWNLOADER
#include "update_dialog.hpp"
-#include "classificator_tree.hpp"
#include "info_dialog.hpp"
#include "../indexer/classificator.hpp"
@@ -45,11 +44,6 @@ MainWindow::MainWindow()
CreateNavigationBar();
CreateSearchBarAndPanel();
-#ifndef NO_DOWNLOADER
- CreateClassifPanel();
-// CreateGuidePanel();
-#endif // NO_DOWNLOADER
-
setCentralWidget(m_pDrawWidget);
setWindowTitle(tr("MapsWithMe"));
@@ -381,17 +375,6 @@ void MainWindow::ShowGuidePanel()
m_Docks[1]->show();
}
-void MainWindow::CreateClassifPanel()
-{
- CreatePanelImpl(0, Qt::LeftDockWidgetArea, tr("Classificator Bar"),
- QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_C), SLOT(ShowClassifPanel()));
-
- ClassifTreeHolder * pCTree = new ClassifTreeHolder(m_Docks[0], m_pDrawWidget, SLOT(Repaint()));
- pCTree->SetRoot(classif().GetMutableRoot());
-
- m_Docks[0]->setWidget(pCTree);
-}
-
//void MainWindow::CreateGuidePanel()
//{
// CreatePanelImpl(1, Qt::LeftDockWidgetArea, tr("Guide Bar"),