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

Method pluginListContained

src/settings.cpp:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279QColor ColorSettings::pluginListContained() const
1280{
1281 return get<QColor>(m_Settings, "Settings", "containedColor", QColor(0, 0, 255, 64));
1282}
1283
1284void ColorSettings::setPluginListContained(const QColor& c)
1285{

Callers 2

loadMethod · 0.80
backgroundDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected