Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/ghostwriter
/ document
Method
document
src/documentmanager.cpp:256–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
MarkdownDocument *DocumentManager::document() const
257
{
258
Q_D(const DocumentManager);
259
260
return d->document;
261
}
262
263
bool DocumentManager::autoSaveEnabled() const
264
{
Callers
15
DocumentManager
Method · 0.45
MainWindow
Method · 0.45
quitApplication
Method · 0.45
changeDocumentDisplayName
Method · 0.45
setupGui
Method · 0.45
setupSidebar
Method · 0.45
FindReplace
Method · 0.45
findMatch
Method · 0.45
OutlineWidget
Method · 0.45
reloadOutline
Method · 0.45
SpellCheckDecorator
Method · 0.45
rehighlight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected