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

Method contentsChanged

MiniZincIDE/codeeditor.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void CodeEditor::contentsChanged()
191{
192 modificationTimer.start(500);
193}
194
195void CodeEditor::contentsChangedWithTimeout()
196{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected