| 140 | } |
| 141 | |
| 142 | void PreferencePage::appendEntry(const std::string& name, const std::string& registryKey) |
| 143 | { |
| 144 | _items.push_back(std::make_shared<PreferenceEntry>(name, registryKey)); |
| 145 | } |
| 146 | |
| 147 | void PreferencePage::appendLabel(const std::string& caption) |
| 148 | { |
no test coverage detected