MCPcopy 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
256MarkdownDocument *DocumentManager::document() const
257{
258 Q_D(const DocumentManager);
259
260 return d->document;
261}
262
263bool DocumentManager::autoSaveEnabled() const
264{

Callers 15

DocumentManagerMethod · 0.45
MainWindowMethod · 0.45
quitApplicationMethod · 0.45
setupGuiMethod · 0.45
setupSidebarMethod · 0.45
FindReplaceMethod · 0.45
findMatchMethod · 0.45
OutlineWidgetMethod · 0.45
reloadOutlineMethod · 0.45
SpellCheckDecoratorMethod · 0.45
rehighlightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected