| 1142 | } |
| 1143 | |
| 1144 | QMap<std::string, SpectrumUnit>::const_iterator |
| 1145 | Singleton::getFirstSpectrumUnit(void) const |
| 1146 | { |
| 1147 | return this->spectrumUnits.cbegin(); |
| 1148 | } |
| 1149 | |
| 1150 | QMap<std::string, SpectrumUnit>::const_iterator |
| 1151 | Singleton::getLastSpectrumUnit(void) const |
nothing calls this directly
no outgoing calls
no test coverage detected