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

Method modlistOverwrittenArchive

src/settings.cpp:1246–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246QColor ColorSettings::modlistOverwrittenArchive() const
1247{
1248 return get<QColor>(m_Settings, "Settings", "overwrittenArchiveFilesColor",
1249 QColor(0, 255, 255, 64));
1250}
1251
1252void ColorSettings::setModlistOverwrittenArchive(const QColor& c)
1253{

Callers 2

loadMethod · 0.80
markerColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected