| 264 | } |
| 265 | |
| 266 | std::string cmQtAutoGenerator::InfoT::ConfigKey(cm::string_view key) const |
| 267 | { |
| 268 | return cmStrCat(key, '_', this->Gen_.InfoConfig()); |
| 269 | } |
| 270 | |
| 271 | bool cmQtAutoGenerator::InfoT::GetString(std::string const& key, |
| 272 | std::string& value, |
no test coverage detected