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

Method loadArea

kdevplatform/shell/uicontroller.cpp:641–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641void UiController::loadArea(Sublime::Area * area, const KConfigGroup & group)
642{
643 area->load(group);
644 if (!area->workingSet().isEmpty()) {
645 WorkingSet* set = Core::self()->workingSetControllerInternal()->workingSet(area->workingSet());
646 Q_ASSERT(set->isConnected(area));
647 Q_UNUSED(set);
648 }
649}
650
651void UiController::saveAllAreas(const KSharedConfigPtr& config)
652{

Callers

nothing calls this directly

Calls 5

isConnectedMethod · 0.80
loadMethod · 0.45
isEmptyMethod · 0.45
workingSetMethod · 0.45

Tested by

no test coverage detected