forked from qt-creator/qt-creator
Utils: move code model icons to utils
In preperation for the language server protocol support. Change-Id: Iee4ccd53a86d9afdb357972ea62b75ace2edcb1d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -173,7 +173,7 @@ QList<QToolButton *> NavigationWidget::createToolButtons()
|
||||
// create a button
|
||||
fullProjectsModeButton = new QToolButton();
|
||||
fullProjectsModeButton->setIcon(
|
||||
CPlusPlus::Icons::iconForType(CPlusPlus::Icons::ClassIconType));
|
||||
::Utils::CodeModelIcon::iconForType(::Utils::CodeModelIcon::Class));
|
||||
fullProjectsModeButton->setCheckable(true);
|
||||
fullProjectsModeButton->setToolTip(tr("Show Subprojects"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user