mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed obsolete includes to cafPdmUiTreeView
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "RiuMainWindow.h"
|
||||
|
||||
#include "cafPdmUiTreeView.h"
|
||||
#include "cafSelectionManager.h"
|
||||
|
||||
#include <QAction>
|
||||
@@ -43,7 +42,7 @@ void RicNewViewFeature::addReservoirView()
|
||||
|
||||
if (newView)
|
||||
{
|
||||
RiuMainWindow::instance()->projectTreeView()->setExpanded(newView, true);
|
||||
RiuMainWindow::instance()->setExpanded(newView, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user