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;
|
QString fullName;
|
||||||
QIcon icon;
|
QIcon icon;
|
||||||
|
|
||||||
|
InternalNode()
|
||||||
|
{
|
||||||
|
type = ProjectExplorer::UnknownFileType;
|
||||||
|
}
|
||||||
|
|
||||||
~InternalNode()
|
~InternalNode()
|
||||||
{
|
{
|
||||||
qDeleteAll(subnodes);
|
qDeleteAll(subnodes);
|
||||||
|
Reference in New Issue
Block a user