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

Class MiniZincError

MiniZincIDE/codeeditor.h:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34struct MiniZincError {
35 bool isWarning;
36 QString filename;
37 int first_line;
38 int last_line;
39 int first_col;
40 int last_col;
41 QString msg;
42};
43
44class EditorHeader;
45

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected