Skip to content

Commit 1f6dbf2

Browse files
committed
adjust error msg (typo fix)
1 parent 13766f5 commit 1f6dbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sourceCode/application/logic/model/core/ComputationCore.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)