ProjectExplorer: Remove reference to non-existing class

Change-Id: I1757c84ef8b3c38a21aa1576105916cb187a1e03
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Robert Loehning
2018-07-30 17:57:45 +02:00
parent 62439eaae5
commit edc1629bb7

View File

@@ -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;
};