Skip to content
Snippets Groups Projects
Commit 84e2ecb0 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.Navigator: removed tooltips

parent 6a67f00e
No related branches found
No related tags found
No related merge requests found
......@@ -220,8 +220,6 @@ void NavigatorTreeModel::updateItemRow(const ModelNode &node, ItemRow items)
bool blockSignal = blockItemChangedSignal(true);
items.idItem->setText(node.id());
//items.idItem->setToolTip(!node.id().isEmpty()?node.type():"");
items.idItem->setToolTip(node.type());
items.visibilityItem->setCheckState(node.auxiliaryData("invisible").toBool() ? Qt::Unchecked : Qt::Checked);
blockItemChangedSignal(blockSignal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment