| 302 | } |
| 303 | |
| 304 | void AStylePreferences::minMaxValuesChanged() |
| 305 | { |
| 306 | if(!m_enableWidgetSignals) |
| 307 | return; |
| 308 | m_formatter->setMaxInStatementIndentLength(inpMaxStatement->value()); |
| 309 | m_formatter->setMinConditionalIndentLength(inpMinConditional->value()); |
| 310 | |
| 311 | updatePreviewText(); |
| 312 | } |
| 313 | |
| 314 | void AStylePreferences::bracketsChanged() |
| 315 | { |
nothing calls this directly
no test coverage detected