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

Method instance

MiniZincIDE/ide.cpp:679–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679IDE* IDE::instance(void) {
680 return static_cast<IDE*>(qApp);
681}
682
683void IDE::onDarkModeChanged(bool)
684{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected