forked from qt-creator/qt-creator
ProjectExplorer: De-virtualize ToolChain::toolChainUpdated
Never overridden. Change-Id: I16fc1ad4225ed4ccd869575046cd29396b1385cf Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -177,7 +177,7 @@ protected:
|
||||
const MacrosCache &predefinedMacrosCache() const;
|
||||
const HeaderPathsCache &headerPathsCache() const;
|
||||
|
||||
virtual void toolChainUpdated();
|
||||
void toolChainUpdated();
|
||||
|
||||
// Make sure to call this function when deriving!
|
||||
virtual bool fromMap(const QVariantMap &data);
|
||||
|
Reference in New Issue
Block a user