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

Method UpdateDocument4

src/database/WizDatabase.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238bool WizDocument::UpdateDocument4(const QString& strHtml, const QString& strURL, int nFlags)
239{
240 //TODO: update m_data
241 return m_db.updateDocumentData(m_data, strHtml, strURL, nFlags);
242}
243
244/**
245 * @brief Update document data via html file name and url.

Callers

nothing calls this directly

Calls 1

updateDocumentDataMethod · 0.80

Tested by

no test coverage detected