forked from qt-creator/qt-creator
TextEditor: Compile with QT_NO_CAST_FROM_ASCII.
Change-Id: I8fa683c4f68d6e3d3a3eb95acf2f54f8c56b87b7 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
@@ -99,7 +99,7 @@ QString HelpItem::extractContent(bool extended) const
|
||||
helpLinks.insert(m_helpId, m_helpId);
|
||||
}
|
||||
foreach (const QUrl &url, helpLinks) {
|
||||
const QByteArray &html = Core::HelpManager::instance()->fileData(url);
|
||||
const QString html = QString::fromUtf8(Core::HelpManager::instance()->fileData(url));
|
||||
switch (m_category) {
|
||||
case Brief:
|
||||
contents = htmlExtractor.getClassOrNamespaceBrief(html, m_docMark);
|
||||
|
||||
Reference in New Issue
Block a user