deactivate Project view

This commit is contained in:
jriegel
2013-12-03 18:59:23 +01:00
parent 2351d115b9
commit a7e221fdff
+2 -2
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()