forked from qt-creator/qt-creator
ProjectExplorer: Pass device to ToolChain::autodetect
Currently unused, will be useful to detect toolchains in docker containers. Change-Id: I0fd7643969ab02c05839332a436147ffb242635d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -213,8 +213,11 @@ QnxToolChainFactory::QnxToolChainFactory()
|
||||
}
|
||||
|
||||
QList<ProjectExplorer::ToolChain *> QnxToolChainFactory::autoDetect(
|
||||
const QList<ProjectExplorer::ToolChain *> &alreadyKnown)
|
||||
const QList<ProjectExplorer::ToolChain *> &alreadyKnown,
|
||||
const IDevice::Ptr &device)
|
||||
{
|
||||
Q_UNUSED(device);
|
||||
|
||||
QList<ToolChain *> tcs;
|
||||
QList<QnxConfiguration *> configurations =
|
||||
QnxConfigurationManager::instance()->configurations();
|
||||
|
||||
Reference in New Issue
Block a user