Add wellLog Tools class and move static methods from newCurve-commands

This commit is contained in:
Rebecca Cox
2017-10-09 14:30:27 +02:00
parent da118ac1da
commit 634108de8c
12 changed files with 338 additions and 324 deletions

View File

@@ -40,6 +40,8 @@
#include "RimWellLogTrack.h"
#include "RiuMainWindow.h"
#include "RicWellLogTools.h"
#include "cafPdmUiTreeView.h"
#include "cafSelectionManager.h"
#include "cafPdmUiItem.h"
@@ -387,7 +389,7 @@ bool RiuDragDrop::handleWellLogPlotTrackDrop(Qt::DropAction action, caf::PdmObje
{
if (action == Qt::CopyAction)
{
RicNewWellLogFileCurveFeature::addWellLogChannelsToPlotTrack(trackTarget, wellLogFileChannels);
RicWellLogTools::addWellLogChannelsToPlotTrack(trackTarget, wellLogFileChannels);
return true;
}
}