a more coherent error message handling.

This commit is contained in:
2018-07-02 15:13:49 +02:00
parent 07ad8205c8
commit a3ddd07a9e
4 changed files with 65 additions and 57 deletions

View File

@@ -204,7 +204,8 @@ int PmuppScript::loadCollection(const QString str)
QStringList flnList;
flnList << fln;
fParamDataHandler->ReadParamFile(flnList);
QString errorMsg("");
fParamDataHandler->ReadParamFile(flnList, errorMsg);
return 0;
}