| 37 | } |
| 38 | |
| 39 | static QColor doAlternate(const QColor& color) |
| 40 | { |
| 41 | QColor background = QApplication::palette().window().color(); |
| 42 | return KColorUtils::mix(color, background, 0.15); |
| 43 | } |
| 44 | |
| 45 | uint ExpandingWidgetModel::matchColor(const QModelIndex& index) const |
| 46 | { |
no test coverage detected