ProjectExplorer: De-virtualize ToolChain::toolChainUpdated

Never overridden.

Change-Id: I16fc1ad4225ed4ccd869575046cd29396b1385cf
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-09-23 07:36:58 +02:00
parent 4907ad090a
commit cc16187444

View File

@@ -177,7 +177,7 @@ protected:
const MacrosCache &predefinedMacrosCache() const; const MacrosCache &predefinedMacrosCache() const;
const HeaderPathsCache &headerPathsCache() const; const HeaderPathsCache &headerPathsCache() const;
virtual void toolChainUpdated(); void toolChainUpdated();
// Make sure to call this function when deriving! // Make sure to call this function when deriving!
virtual bool fromMap(const QVariantMap &data); virtual bool fromMap(const QVariantMap &data);