| 230 | } |
| 231 | |
| 232 | bool WizDocument::UpdateDocument3(const QString& strHtml, int nFlags) |
| 233 | { |
| 234 | return m_db.updateDocumentData(m_data, strHtml, "", nFlags); |
| 235 | } |
| 236 | |
| 237 | |
| 238 | bool WizDocument::UpdateDocument4(const QString& strHtml, const QString& strURL, int nFlags) |
nothing calls this directly
no test coverage detected