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

Method readSessionConfig

kdevplatform/shell/textdocument.cpp:622–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void KDevelop::TextView::readSessionConfig(KConfigGroup& config)
623{
624 Q_D(TextView);
625
626 if (!d->view) {
627 return;
628 }
629 d->view->readSessionConfig(config);
630}
631
632void KDevelop::TextView::writeSessionConfig(KConfigGroup& config)
633{

Callers 2

loadSessionConfigMethod · 0.45
loadToAreaPrivateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected