| 117 | } |
| 118 | |
| 119 | void AStylePreferences::load(const SourceFormatterStyle &style) |
| 120 | { |
| 121 | m_formatter->loadStyle(style.content()); |
| 122 | updateWidgets(); |
| 123 | updatePreviewText(); |
| 124 | } |
| 125 | |
| 126 | QString AStylePreferences::save() const |
| 127 | { |
no test coverage detected