Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
679
IDE* IDE::instance(void) {
680
return static_cast<IDE*>(qApp);
681
}
682
683
void IDE::onDarkModeChanged(bool)
684
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected