| 402 | } |
| 403 | |
| 404 | void AStyleFormatter::setClassIndent(bool on) |
| 405 | { |
| 406 | m_options[QStringLiteral("IndentClasses")] = on; |
| 407 | m_engine.setClassIndent(on); |
| 408 | } |
| 409 | |
| 410 | void AStyleFormatter::setLabelIndent(bool on) |
| 411 | { |
no outgoing calls
no test coverage detected