void Entry::_correctHtml() { Tasty::correctHtml(_title); Tasty::correctHtml(_text); emit htmlUpdated(); }
void HTMLRepresentation::setHTML(const QString &text, ContentType type) { m_html = text; htmlUpdated(type); }