forked from qt-creator/qt-creator
ProjectExplorer: De-virtualize some Project member functions
Change-Id: I759e5a5d2b7e9916b4ddf1c9b8116f5d5d6dd1c9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -71,14 +71,14 @@ public:
|
||||
|
||||
BuildSystem *createBuildSystem(Target *target) const;
|
||||
|
||||
virtual Utils::FilePath projectFilePath() const;
|
||||
Utils::FilePath projectFilePath() const;
|
||||
virtual Utils::FilePath projectDirectory() const;
|
||||
|
||||
// This does not affect nodes, only the root path.
|
||||
void changeRootProjectDirectory();
|
||||
Utils::FilePath rootProjectDirectory() const;
|
||||
|
||||
virtual ProjectNode *rootProjectNode() const;
|
||||
ProjectNode *rootProjectNode() const;
|
||||
ContainerNode *containerNode() const;
|
||||
|
||||
// EditorConfiguration:
|
||||
|
Reference in New Issue
Block a user