| 326 | } |
| 327 | |
| 328 | void AStyleFormatter::loadStyle(const QString &content) |
| 329 | { |
| 330 | m_options = ISourceFormatter::stringToOptionMap(content); |
| 331 | updateFormatter(); |
| 332 | } |
| 333 | |
| 334 | QString AStyleFormatter::saveStyle() const |
| 335 | { |
no outgoing calls
no test coverage detected