deactivate Project view
This commit is contained in:
parent
2351d115b9
commit
a7e221fdff
|
@ -79,8 +79,8 @@ CombiView::CombiView(Gui::Document* pcDocument, QWidget *parent)
|
||||||
tabs->addTab(taskPanel, trUtf8("Tasks"));
|
tabs->addTab(taskPanel, trUtf8("Tasks"));
|
||||||
|
|
||||||
// task panel
|
// task panel
|
||||||
projectView = new Gui::ProjectWidget(this);
|
//projectView = new Gui::ProjectWidget(this);
|
||||||
tabs->addTab(projectView, trUtf8("Project"));
|
//tabs->addTab(projectView, trUtf8("Project"));
|
||||||
}
|
}
|
||||||
|
|
||||||
CombiView::~CombiView()
|
CombiView::~CombiView()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user