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

Method modlistOverwritingArchive

src/settings.cpp:1257–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257QColor ColorSettings::modlistOverwritingArchive() const
1258{
1259 return get<QColor>(m_Settings, "Settings", "overwritingArchiveFilesColor",
1260 QColor(255, 0, 255, 64));
1261}
1262
1263void ColorSettings::setModlistOverwritingArchive(const QColor& c)
1264{

Callers 2

loadMethod · 0.80
markerColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected