#2555 Handle import to separate cases

This commit is contained in:
Bjørn Erik Jensen
2018-03-19 11:02:22 +01:00
parent 8889bdf6d4
commit 2a84cb6ddf
10 changed files with 186 additions and 106 deletions

View File

@@ -29,9 +29,6 @@ class RicImportSummaryCaseFeature : public caf::CmdFeature
{
CAF_CMD_HEADER_INIT;
public:
static bool createAndAddSummaryCaseFromFile(const QString& fileName);
protected:
// Overrides
virtual bool isCommandEnabled() override;