comparison: src/ldObject.cpp
src/ldObject.cpp
- changeset 1062
- 4119185b56ca
- parent 1045
- f726f8f49c7e
- child 1063
- 1f15c52c11f6
equal
deleted
inserted
replaced
979 "CLIP CCW", |
979 "CLIP CCW", |
980 "CLIP CW", |
980 "CLIP CW", |
981 "NOCLIP", |
981 "NOCLIP", |
982 }; |
982 }; |
983 |
983 |
984 if ((int) statement >= 0 and (int) statement < countof (statementStrings)) |
984 if ((int) statement >= 0 and (int) statement < length (statementStrings)) |
985 return QString::fromLatin1 (statementStrings[(int) statement]); |
985 return QString::fromLatin1 (statementStrings[(int) statement]); |
986 else |
986 else |
987 return ""; |
987 return ""; |
988 } |
988 } |
989 |
989 |