| 85 | } |
| 86 | |
| 87 | QTextDocument* TextBoxObject::cachedDocument() const |
| 88 | { |
| 89 | return m_cachedDoc; |
| 90 | } |
| 91 | |
| 92 | // --------------------------------------------------------------------------- |
| 93 | // Rendering |
nothing calls this directly
no outgoing calls
no test coverage detected