forked from qt-creator/qt-creator
ProjectExplorer/Kit: making toHtml() const
Change-Id: I8a9be3cda84f5d00d29a8f5e101c004ea2bbc6ba Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -403,7 +403,7 @@ IOutputParser *Kit::createOutputParser() const
|
||||
return first;
|
||||
}
|
||||
|
||||
QString Kit::toHtml()
|
||||
QString Kit::toHtml() const
|
||||
{
|
||||
QString rc;
|
||||
QTextStream str(&rc);
|
||||
|
||||
Reference in New Issue
Block a user