Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
f7874bb6
Commit
f7874bb6
authored
Aug 25, 2009
by
con
Browse files
Uninitialized value in new project tree structure.
parent
01deb7e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4nodes.cpp
View file @
f7874bb6
...
...
@@ -126,6 +126,11 @@ namespace Internal {
QString
fullName
;
QIcon
icon
;
InternalNode
()
{
type
=
ProjectExplorer
::
UnknownFileType
;
}
~
InternalNode
()
{
qDeleteAll
(
subnodes
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment