From a7e221fdffa1f718bb6a1a1efdc54ef5ca6fd0a1 Mon Sep 17 00:00:00 2001 From: jriegel Date: Sun, 1 Dec 2013 19:23:07 +0100 Subject: [PATCH] deactivate Project view --- src/Gui/CombiView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/CombiView.cpp b/src/Gui/CombiView.cpp index aa0b2b963..8df9c34c4 100644 --- a/src/Gui/CombiView.cpp +++ b/src/Gui/CombiView.cpp @@ -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()