MCPcopy Create free account
hub / github.com/KDE/kdevelop / resetUi

Method resetUi

kdevplatform/shell/sourceformattercontroller.cpp:971–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971void SourceFormatterController::resetUi()
972{
973 Q_D(SourceFormatterController);
974
975 d->formatFilesAction->setEnabled(!d->sourceFormatters.isEmpty());
976
977 updateFormatTextAction();
978}
979
980}
981

Callers

nothing calls this directly

Calls 2

setEnabledMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected