| 1277 | } |
| 1278 | |
| 1279 | QColor ColorSettings::pluginListContained() const |
| 1280 | { |
| 1281 | return get<QColor>(m_Settings, "Settings", "containedColor", QColor(0, 0, 255, 64)); |
| 1282 | } |
| 1283 | |
| 1284 | void ColorSettings::setPluginListContained(const QColor& c) |
| 1285 | { |
no outgoing calls
no test coverage detected