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

Method DebugInfo

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

Source from the content-addressed store, hash-verified

143{
144public:
145 DebugInfo(CodeEditor *e) : QWidget(e), codeEditor(e) {}
146
147 QSize sizeHint() const {
148 return QSize(codeEditor->debugInfoWidth(), 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected