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

Method writeSessionConfig

kdevplatform/shell/textdocument.cpp:632–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void KDevelop::TextView::writeSessionConfig(KConfigGroup& config)
633{
634 Q_D(TextView);
635
636 if (!d->view) {
637 return;
638 }
639 d->view->writeSessionConfig(config);
640}
641
642QString KDevelop::TextDocument::documentType() const
643{

Callers 2

saveSessionConfigMethod · 0.45
saveFromAreaPrivateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected