Work on the graphical interface for presenting requirements details
This commit is contained in:
@@ -35,8 +35,6 @@ class RequirementManager
|
||||
protected:
|
||||
RequirementItemPtr m_rootRequirement; // Root requirement of the current project
|
||||
std::unordered_map<std::string, RequirementItemPtr> m_requirementsByUuid; // Map of requirement UUID to requirement pointer for quick lookup
|
||||
|
||||
private:
|
||||
};
|
||||
//--------------------------------------------------------------
|
||||
} // namespace core::project
|
||||
|
||||
Reference in New Issue
Block a user