コード例 #1
0
ファイル: Entry.cpp プロジェクト: sevings/Taaasty
void Entry::_correctHtml()
{
    Tasty::correctHtml(_title);
    Tasty::correctHtml(_text);

    emit htmlUpdated();
}
コード例 #2
0
ファイル: letterbox.cpp プロジェクト: cdhowie/Quackle
void HTMLRepresentation::setHTML(const QString &text, ContentType type)
{
	m_html = text;
	htmlUpdated(type);
}