ProjectExplorer: Add missing 'override'

Amends 50c9c9aa86.

Change-Id: I48dc3767f8ec750b463b8dfe5d9735eaaa481c8e
Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
This commit is contained in:
hjk
2023-09-12 11:56:17 +02:00
parent 7605f5c934
commit 6916358497

View File

@@ -98,7 +98,7 @@ public:
};
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; }