X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/dd3fe103df79a5a4c2962e2f05fec9a9ed58580d..3bbc311e444c1ef9ac66dd6861fb0acb13ddb72a:/AbstractInterface.cpp diff --git a/AbstractInterface.cpp b/AbstractInterface.cpp index dde5930..f57f780 100644 --- a/AbstractInterface.cpp +++ b/AbstractInterface.cpp @@ -172,6 +172,9 @@ int AbstractInterface::typeFromString(const QString &_type) { else if (_type == "natural") { ret = Natural; } + else if (_type == "inherited") { + ret = Inherited; + } return ret; }