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

Method modlistOverwritingLoose

src/settings.cpp:1235–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235QColor ColorSettings::modlistOverwritingLoose() const
1236{
1237 return get<QColor>(m_Settings, "Settings", "overwritingLooseFilesColor",
1238 QColor(255, 0, 0, 64));
1239}
1240
1241void ColorSettings::setModlistOverwritingLoose(const QColor& c)
1242{

Callers 2

loadMethod · 0.80
markerColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected