Avoid pulling in the svg plugin.

This commit is contained in:
con
2010-03-05 14:30:08 +01:00
parent 67a14a172e
commit ab74d23848
23 changed files with 24 additions and 627 deletions

View File

@@ -405,7 +405,7 @@ void CppHoverHandler::updateHelpIdAndTooltip(TextEditor::ITextEditor *editor, in
if (!m_helpId.isEmpty() && !m_helpEngine->linksForIdentifier(m_helpId).isEmpty()) {
if (showF1) {
m_toolTip = QString(QLatin1String("<table><tr><td valign=middle><nobr>%1</td>"
"<td><img src=\":/cppeditor/images/f1.svg\"></td></tr></table>"))
"<td><img src=\":/cppeditor/images/f1.png\"></td></tr></table>"))
.arg(m_toolTip);
}
editor->setContextHelpId(m_helpId);