Skip to content
GitLab
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
5f5f6890
Commit
5f5f6890
authored
Aug 22, 2009
by
Alessandro Portale
Browse files
InternalNode is a struct.
Let's not irritate MSVC
parent
ac2ced21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4nodes.h
View file @
5f5f6890
...
...
@@ -104,7 +104,6 @@ enum Qt4Variable {
class
Qt4PriFileNode
;
class
Qt4ProFileNode
;
struct
InternalNode
;
// Implements ProjectNode for qt4 pro files
class
Qt4PriFileNode
:
public
ProjectExplorer
::
ProjectNode
...
...
@@ -177,7 +176,7 @@ private:
// managed by Qt4ProFileNode
friend
class
Qt4ProFileNode
;
// internal temporary subtree representation
friend
class
InternalNode
;
friend
struct
InternalNode
;
};
// Implements ProjectNode for qt4 pro files
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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