| 1266 | } |
| 1267 | |
| 1268 | QColor ColorSettings::modlistContainsPlugin() const |
| 1269 | { |
| 1270 | return get<QColor>(m_Settings, "Settings", "containsPluginColor", |
| 1271 | QColor(0, 0, 255, 64)); |
| 1272 | } |
| 1273 | |
| 1274 | void ColorSettings::setModlistContainsPlugin(const QColor& c) |
| 1275 | { |
no outgoing calls
no test coverage detected