MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / cachedDocument

Method cachedDocument

source/objects/TextBoxObject.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87QTextDocument* TextBoxObject::cachedDocument() const
88{
89 return m_cachedDoc;
90}
91
92// ---------------------------------------------------------------------------
93// Rendering

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected