| 969 | } |
| 970 | |
| 971 | void SourceFormatterController::resetUi() |
| 972 | { |
| 973 | Q_D(SourceFormatterController); |
| 974 | |
| 975 | d->formatFilesAction->setEnabled(!d->sourceFormatters.isEmpty()); |
| 976 | |
| 977 | updateFormatTextAction(); |
| 978 | } |
| 979 | |
| 980 | } |
| 981 |
nothing calls this directly
no test coverage detected