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

Method commitColors

src/colortable.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void ColorTable::commitColors()
270{
271 forEachColorItem(this, [](auto* item) {
272 item->commit();
273 });
274}
275
276void ColorTable::addColor(const QString& text, const QColor& defaultColor,
277 std::function<QColor()> get,

Callers 1

updateMethod · 0.80

Calls 2

forEachColorItemFunction · 0.85
commitMethod · 0.45

Tested by

no test coverage detected