MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / CodeEditorError

Method CodeEditorError

MiniZincIDE/codeeditor.h:30–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 int endPos;
29 QString msg;
30 CodeEditorError(int startPos0, int endPos0, const QString& msg0)
31 : startPos(startPos0), endPos(endPos0), msg(msg0) {}
32};
33
34struct MiniZincError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected