forked from qt-creator/qt-creator
ProjectExplorer: Remove reference to non-existing class
Change-Id: I1757c84ef8b3c38a21aa1576105916cb187a1e03 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -55,7 +55,6 @@ class ProjectConfiguration;
|
||||
class ProjectImporter;
|
||||
class ProjectNode;
|
||||
class ProjectPrivate;
|
||||
class Session;
|
||||
class Target;
|
||||
|
||||
// Auto-registers with the DocumentManager if a callback is set!
|
||||
@@ -250,7 +249,6 @@ private:
|
||||
void setActiveTarget(Target *target);
|
||||
ProjectPrivate *d;
|
||||
|
||||
friend class Session;
|
||||
friend class ContainerNode;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user