File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sourceCode/application/logic/model/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3024,12 +3024,12 @@ bool ComputationCore::stackedProfilBoxes_fromQJsonArray(const QJsonArray& qjsonA
30243024 S_ProfilsBoxParameters profilsBoxParameters;
30253025 bool bGot = profilsBoxParameters.fromQJsonObject (qjsonArrayBoxes.at (idxInArrayBoxes).toObject ());
30263026 if (!bGot) {
3027- strDetailsAboutFail_projectLoad = " failed loading stackedProfilBoxesx #" + QString::number (idxBoxForCheck);
3027+ strDetailsAboutFail_projectLoad = " failed loading stackedProfilBoxes #" + QString::number (idxBoxForCheck);
30283028 return (false );
30293029 }
30303030
30313031 if (profilsBoxParameters._sUniqueBoxID ._idxBoxInSet != idxBoxForCheck) {
3032- strDetailsAboutFail_projectLoad = " failed loading stackedProfilBoxesx #" + QString::number (idxBoxForCheck) + " (boxId does not match)" ;
3032+ strDetailsAboutFail_projectLoad = " failed loading stackedProfilBoxes #" + QString::number (idxBoxForCheck) + " (boxId does not match)" ;
30333033 return (false );
30343034 }
30353035
You can’t perform that action at this time.
0 commit comments