]> AND Private Git Repository - blast.git/blobdiff - AbstractInterface.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
changed connection process
[blast.git] / AbstractInterface.cpp
index dde5930ab90aebae1d11a4f965bfeb97395c1b48..f57f78042e922ee1567f571f5384d5ff43f297cd 100644 (file)
@@ -172,6 +172,9 @@ int AbstractInterface::typeFromString(const QString &_type) {
   else if (_type == "natural") {
     ret = Natural;
   }
+  else if (_type == "inherited") {
+    ret = Inherited;
+  }
   return ret;
 }