forked from qt-creator/qt-creator
Python: optimize loading projects
Loading .pyprojects file now doesnt add a target for the default kit but results in showing the target setup page which is filtered for usable kits. Change-Id: I4c407960a90a27457314281b79dc8878510eca80 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,10 +37,7 @@ class PythonProject : public ProjectExplorer::Project
|
||||
public:
|
||||
explicit PythonProject(const Utils::FilePath &filename);
|
||||
|
||||
bool needsConfiguration() const final { return false; }
|
||||
|
||||
private:
|
||||
RestoreResult fromMap(const Utils::Store &map, QString *errorMessage) override;
|
||||
ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const override;
|
||||
};
|
||||
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user