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:
@@ -114,7 +114,7 @@ QmakeKitInformation::createConfigWidget(ProjectExplorer::Kit *k) const
|
||||
return new Internal::QmakeKitConfigWidget(k);
|
||||
}
|
||||
|
||||
ProjectExplorer::KitInformation::ItemList QmakeKitInformation::toUserOutput(ProjectExplorer::Kit *k) const
|
||||
ProjectExplorer::KitInformation::ItemList QmakeKitInformation::toUserOutput(const ProjectExplorer::Kit *k) const
|
||||
{
|
||||
return ItemList() << qMakePair(tr("mkspec"), mkspec(k).toUserOutput());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user