Skip to content
Snippets Groups Projects
Commit f7874bb6 authored by con's avatar con
Browse files

Uninitialized value in new project tree structure.

parent 01deb7e2
Branches
Tags
No related merge requests found
......@@ -126,6 +126,11 @@ namespace Internal {
QString fullName;
QIcon icon;
InternalNode()
{
type = ProjectExplorer::UnknownFileType;
}
~InternalNode()
{
qDeleteAll(subnodes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment