forked from qt-creator/qt-creator
Uninitialized value in new project tree structure.
This commit is contained in:
@@ -126,6 +126,11 @@ namespace Internal {
|
||||
QString fullName;
|
||||
QIcon icon;
|
||||
|
||||
InternalNode()
|
||||
{
|
||||
type = ProjectExplorer::UnknownFileType;
|
||||
}
|
||||
|
||||
~InternalNode()
|
||||
{
|
||||
qDeleteAll(subnodes);
|
||||
|
Reference in New Issue
Block a user