MCPcopy Create free account
hub / github.com/KDE/labplot / loadThemeConfig

Method loadThemeConfig

src/backend/worksheet/Background.cpp:384–388  ·  view source on GitHub ↗

############################################################################## ######################### Theme management ################################## ##############################################################################

Source from the content-addressed store, hash-verified

382// ######################### Theme management ##################################
383// ##############################################################################
384void Background::loadThemeConfig(const KConfigGroup& group) {
385 Q_D(const Background);
386 const QColor themeColor = group.readEntry(d->prefix + QStringLiteral("FirstColor"), QColor(Qt::white));
387 loadThemeConfig(group, themeColor);
388}
389
390void Background::loadThemeConfig(const KConfigGroup& group, const QColor& themeColor) {
391 Q_D(const Background);

Callers

nothing calls this directly

Calls 2

QColorClass · 0.50
typeMethod · 0.45

Tested by

no test coverage detected