mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4580 Import Eclipse RFT data as part of ensemble import
This commit is contained in:
@@ -234,7 +234,7 @@ void RicGridStatisticsDialog::createAndConnectToolbarActions()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicGridStatisticsDialog::deletePlotItems(QwtPlot* plot)
|
||||
{
|
||||
auto itemList = plot->itemList();
|
||||
QwtPlotItemList itemList = plot->itemList();
|
||||
for (auto item : itemList)
|
||||
{
|
||||
if (dynamic_cast<QwtPlotMarker*>(item)
|
||||
|
||||
Reference in New Issue
Block a user