forked from qt-creator/qt-creator
Show pro file's subdirectory structure in project tree in non-simple mode.
Also adding category folders for the different file types (source files, header files, resource files, form files, other files).
This commit is contained in:
@@ -104,6 +104,7 @@ enum Qt4Variable {
|
||||
|
||||
class Qt4PriFileNode;
|
||||
class Qt4ProFileNode;
|
||||
struct InternalNode;
|
||||
|
||||
// Implements ProjectNode for qt4 pro files
|
||||
class Qt4PriFileNode : public ProjectExplorer::ProjectNode
|
||||
@@ -175,6 +176,8 @@ private:
|
||||
|
||||
// managed by Qt4ProFileNode
|
||||
friend class Qt4ProFileNode;
|
||||
// internal temporary subtree representation
|
||||
friend class InternalNode;
|
||||
};
|
||||
|
||||
// Implements ProjectNode for qt4 pro files
|
||||
|
||||
Reference in New Issue
Block a user