#2632 Export Completions : Add exportCompletionsForVisibleWellPaths

This commit is contained in:
Magne Sjaastad
2018-04-06 14:09:40 +02:00
parent e50e34feb4
commit 4fb1a0385c
9 changed files with 209 additions and 8 deletions

View File

@@ -88,9 +88,7 @@ void RicWellPathExportCompletionDataFeature::onActionTriggered(bool isChecked)
QString projectFolder = app->currentProjectPath();
QString defaultDir = RiaApplication::instance()->lastUsedDialogDirectoryWithFallback("COMPLETIONS", projectFolder);
bool onlyWellPathCollectionSelected = noWellPathsSelectedDirectly();
RicExportCompletionDataSettingsUi* exportSettings =
project->dialogData()->exportCompletionData(onlyWellPathCollectionSelected);
RicExportCompletionDataSettingsUi* exportSettings = project->dialogData()->exportCompletionData();
if (wellPaths.empty())
{