forked from qt-creator/qt-creator
CppTools: Fix missing override
Change-Id: I6ee424a844ce2657516258033764ef557a424830 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
const ProjectInfo &newProjectInfo);
|
||||
|
||||
/// \return The project part with the given project file
|
||||
ProjectPart::Ptr projectPartForId(const QString &projectPartId) const;
|
||||
ProjectPart::Ptr projectPartForId(const QString &projectPartId) const override;
|
||||
/// \return All project parts that mention the given file name as one of the sources/headers.
|
||||
QList<ProjectPart::Ptr> projectPart(const Utils::FileName &fileName) const;
|
||||
QList<ProjectPart::Ptr> projectPart(const QString &fileName) const
|
||||
|
||||
Reference in New Issue
Block a user