| 236 | |
| 237 | |
| 238 | bool 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. |
nothing calls this directly
no test coverage detected