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

Method previousSeparatorColor

src/settings.cpp:1289–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287}
1288
1289std::optional<QColor> ColorSettings::previousSeparatorColor() const
1290{
1291 const auto c = getOptional<QColor>(m_Settings, "General", "previousSeparatorColor");
1292 if (c && c->isValid()) {
1293 return c;
1294 }
1295
1296 return {};
1297}
1298
1299void ColorSettings::setPreviousSeparatorColor(const QColor& c) const
1300{

Callers 2

createSeparatorMethod · 0.80
setColorMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected