Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void CodeEditor::loadedLargeFile()
118
{
119
setReadOnly(false);
120
delete loadContentsButton;
121
loadContentsButton = nullptr;
122
}
123
124
void CodeEditor::setDocument(QTextDocument *document)
125
{
Callers
1
loadLargeFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected