| 479 | } |
| 480 | |
| 481 | QString SourceFormatterController::FileFormatter::formatterCaption() const |
| 482 | { |
| 483 | Q_ASSERT(m_formatter); |
| 484 | return m_formatter->caption(); |
| 485 | } |
| 486 | |
| 487 | QString SourceFormatterController::FileFormatter::styleCaption() const |
| 488 | { |
no test coverage detected