MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / UpdateDocument3

Method UpdateDocument3

src/database/WizDatabase.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool WizDocument::UpdateDocument3(const QString& strHtml, int nFlags)
233{
234 return m_db.updateDocumentData(m_data, strHtml, "", nFlags);
235}
236
237
238bool WizDocument::UpdateDocument4(const QString& strHtml, const QString& strURL, int nFlags)

Callers

nothing calls this directly

Calls 1

updateDocumentDataMethod · 0.80

Tested by

no test coverage detected