| 105 | } // namespace |
| 106 | |
| 107 | CustomColorMapStorage::CustomColorMapStorage() |
| 108 | { |
| 109 | this->customColorMaps = loadFromSettings(); |
| 110 | } |
| 111 | |
| 112 | const std::vector<CustomColorMap> &CustomColorMapStorage::getCustomColorMaps() const |
| 113 | { |
nothing calls this directly
no test coverage detected