ProjectExplorer: De-virtualize some Project member functions

Change-Id: I759e5a5d2b7e9916b4ddf1c9b8116f5d5d6dd1c9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2025-01-30 11:00:43 +01:00
parent 1fc0ae754b
commit 04bbe9c124

View File

@@ -71,14 +71,14 @@ public:
BuildSystem *createBuildSystem(Target *target) const; BuildSystem *createBuildSystem(Target *target) const;
virtual Utils::FilePath projectFilePath() const; Utils::FilePath projectFilePath() const;
virtual Utils::FilePath projectDirectory() const; virtual Utils::FilePath projectDirectory() const;
// This does not affect nodes, only the root path. // This does not affect nodes, only the root path.
void changeRootProjectDirectory(); void changeRootProjectDirectory();
Utils::FilePath rootProjectDirectory() const; Utils::FilePath rootProjectDirectory() const;
virtual ProjectNode *rootProjectNode() const; ProjectNode *rootProjectNode() const;
ContainerNode *containerNode() const; ContainerNode *containerNode() const;
// EditorConfiguration: // EditorConfiguration: