Fixed several todo for RimEclipseStatisticsCaseCollection::parentCaseGroup(), removed comments

This commit is contained in:
Magne Sjaastad
2015-08-11 18:42:44 +02:00
parent 89a45c41c0
commit 005114cc3e
4 changed files with 1 additions and 22 deletions

View File

@@ -567,10 +567,6 @@ void RiuMainWindow::createDockPanels()
this, SLOT(selectedObjectsChanged(const QItemSelection&, const QItemSelection &)));
m_projectTreeView->treeView()->setContextMenuPolicy(Qt::CustomContextMenu);
connect(m_projectTreeView->treeView(), SIGNAL(customContextMenuRequested(const QPoint&)), SLOT(customMenuRequested(const QPoint&)));
// MODTODO
//m_windowsMenu->addAction(dockWidget->toggleViewAction());
}
{