forked from qt-creator/qt-creator
InternalNode is a struct.
Let's not irritate MSVC
This commit is contained in:
@@ -104,7 +104,6 @@ enum Qt4Variable {
|
|||||||
|
|
||||||
class Qt4PriFileNode;
|
class Qt4PriFileNode;
|
||||||
class Qt4ProFileNode;
|
class Qt4ProFileNode;
|
||||||
struct InternalNode;
|
|
||||||
|
|
||||||
// Implements ProjectNode for qt4 pro files
|
// Implements ProjectNode for qt4 pro files
|
||||||
class Qt4PriFileNode : public ProjectExplorer::ProjectNode
|
class Qt4PriFileNode : public ProjectExplorer::ProjectNode
|
||||||
@@ -177,7 +176,7 @@ private:
|
|||||||
// managed by Qt4ProFileNode
|
// managed by Qt4ProFileNode
|
||||||
friend class Qt4ProFileNode;
|
friend class Qt4ProFileNode;
|
||||||
// internal temporary subtree representation
|
// internal temporary subtree representation
|
||||||
friend class InternalNode;
|
friend struct InternalNode;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Implements ProjectNode for qt4 pro files
|
// Implements ProjectNode for qt4 pro files
|
||||||
|
Reference in New Issue
Block a user