Added command feature for SSIHUB import

This commit is contained in:
Magne Sjaastad
2015-08-12 20:12:50 +02:00
parent 3c9e1bab5c
commit 9f16c859c6
5 changed files with 217 additions and 55 deletions

View File

@@ -599,6 +599,10 @@ void RimProject::actionsBasedOnSelection(std::vector<QAction*>& actions)
actions.push_back(commandManager->action("RicDeleteItemFeature"));
}
else if (dynamic_cast<RimWellPathCollection*>(uiItem))
{
actions.push_back(commandManager->action("RicImportWellPathsSsihubFeature"));
}
}