Commit 570b5755 authored by Clément Fauconnier's avatar Clément Fauconnier

re-added icon for documents

parent fccc1afd
......@@ -511,8 +511,8 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
{
case UBDocumentTreeNode::Catalog :
return QIcon(":images/folder.png");
// case UBDocumentTreeNode::Document :
// return QIcon(":images/toolbar/board.png");
case UBDocumentTreeNode::Document :
return QIcon(":images/toolbar/board.png");
}
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment