forked from qt-creator/qt-creator
ProjectExplorer: Add missing 'override'
Amends 50c9c9aa86
.
Change-Id: I48dc3767f8ec750b463b8dfe5d9735eaaa481c8e
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
|||||||
};
|
};
|
||||||
GccToolChain *asGccToolChain() final { return this; }
|
GccToolChain *asGccToolChain() final { return this; }
|
||||||
|
|
||||||
bool matchesCompilerCommand(const Utils::FilePath &command) const;
|
bool matchesCompilerCommand(const Utils::FilePath &command) const override;
|
||||||
|
|
||||||
void setPriority(int priority) { m_priority = priority; }
|
void setPriority(int priority) { m_priority = priority; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user