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

Method fileModified

MiniZincIDE/ide.cpp:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void IDE::fileModified(const QString &f)
385{
386 modifiedFiles.insert(f);
387 if (activeWindow()!=nullptr) {
388 modifiedTimer.setSingleShot(true);
389 modifiedTimer.start(3000);
390 }
391}
392
393void IDE::addRecentProject(const QString& p) {
394 if (p != "") {

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected