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

Method loadSessionConfig

kdevplatform/shell/textdocument.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void loadSessionConfig()
146 {
147 if (!document || !katePartSettingsGroup().hasGroup(docConfigGroupName())) {
148 return;
149 }
150
151 document->readSessionConfig(docConfigGroup(), {QStringLiteral("SkipUrl")});
152 }
153
154 // Determines whether the current contents of this document in the editor
155 // could be retrieved from the VCS if they were dismissed.

Callers 1

createViewWidgetMethod · 0.80

Calls 1

readSessionConfigMethod · 0.45

Tested by

no test coverage detected