deactivate Project view

This commit is contained in:
jriegel 2013-12-01 19:23:07 +01:00
parent 2351d115b9
commit a7e221fdff

View File

@ -79,8 +79,8 @@ CombiView::CombiView(Gui::Document* pcDocument, QWidget *parent)
tabs->addTab(taskPanel, trUtf8("Tasks"));
// task panel
projectView = new Gui::ProjectWidget(this);
tabs->addTab(projectView, trUtf8("Project"));
//projectView = new Gui::ProjectWidget(this);
//tabs->addTab(projectView, trUtf8("Project"));
}
CombiView::~CombiView()