ProjectExplorer: Don't hide empty resource files like empty directories

Task-number: QTCREATORBUG-18748
Change-Id: I4de59743c42b99ce0b402f814b4cd0ba5d299338
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Robert Loehning
2017-08-17 12:56:15 +02:00
parent 8353d76df4
commit b9167a192f
5 changed files with 16 additions and 2 deletions

View File

@@ -730,6 +730,11 @@ bool FolderNode::showInSimpleTree() const
return false;
}
bool FolderNode::showWhenEmpty() const
{
return false;
}
/*!
\class ProjectExplorer::VirtualFolderNode