forked from qt-creator/qt-creator
Project: Sort forward declarations
Change-Id: I97b1ec0d899d940f901de1929f0976eab5ce8399 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -44,15 +44,15 @@ namespace Utils { class MacroExpander; }
|
||||
namespace ProjectExplorer {
|
||||
|
||||
class BuildInfo;
|
||||
class IProjectManager;
|
||||
class EditorConfiguration;
|
||||
class ProjectImporter;
|
||||
class ProjectNode;
|
||||
class IProjectManager;
|
||||
class Kit;
|
||||
class KitMatcher;
|
||||
class NamedWidget;
|
||||
class Target;
|
||||
class ProjectImporter;
|
||||
class ProjectNode;
|
||||
class ProjectPrivate;
|
||||
class Target;
|
||||
|
||||
// Documentation inside.
|
||||
class PROJECTEXPLORER_EXPORT Project : public QObject
|
||||
|
Reference in New Issue
Block a user