ProjectExplorer: Simplify ToolChainFactory::create() signature

Change-Id: I9d579898387609fa7374f43633711a978bb36d93
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-05-08 17:45:02 +02:00
parent 81a643ec99
commit 3ec78efb58
19 changed files with 45 additions and 88 deletions

View File

@@ -443,9 +443,8 @@ bool ToolChainFactory::canCreate()
return false;
}
ToolChain *ToolChainFactory::create(Core::Id l)
ToolChain *ToolChainFactory::create()
{
Q_UNUSED(l);
return nullptr;
}