forked from qt-creator/qt-creator
ProjectExplorer: Simplify ToolChainFactory::create() signature
Change-Id: I9d579898387609fa7374f43633711a978bb36d93 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -443,9 +443,8 @@ bool ToolChainFactory::canCreate()
|
||||
return false;
|
||||
}
|
||||
|
||||
ToolChain *ToolChainFactory::create(Core::Id l)
|
||||
ToolChain *ToolChainFactory::create()
|
||||
{
|
||||
Q_UNUSED(l);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user