| 28 | int endPos; |
| 29 | QString msg; |
| 30 | CodeEditorError(int startPos0, int endPos0, const QString& msg0) |
| 31 | : startPos(startPos0), endPos(endPos0), msg(msg0) {} |
| 32 | }; |
| 33 | |
| 34 | struct MiniZincError { |
nothing calls this directly
no outgoing calls
no test coverage detected