| 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. |
no test coverage detected