MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / modlistContainsPlugin

Method modlistContainsPlugin

src/settings.cpp:1268–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268QColor ColorSettings::modlistContainsPlugin() const
1269{
1270 return get<QColor>(m_Settings, "Settings", "containsPluginColor",
1271 QColor(0, 0, 255, 64));
1272}
1273
1274void ColorSettings::setModlistContainsPlugin(const QColor& c)
1275{

Callers 2

loadMethod · 0.80
markerColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected