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

Method loadedLargeFile

MiniZincIDE/codeeditor.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void CodeEditor::loadedLargeFile()
118{
119 setReadOnly(false);
120 delete loadContentsButton;
121 loadContentsButton = nullptr;
122}
123
124void CodeEditor::setDocument(QTextDocument *document)
125{

Callers 1

loadLargeFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected