! * returns the vector with the colors of the currently selected color map. */
| 419 | * returns the vector with the colors of the currently selected color map. |
| 420 | */ |
| 421 | QVector<QColor> ColorMapsWidget::colors() const { |
| 422 | return m_manager->colors(); |
| 423 | } |
no outgoing calls
no test coverage detected