ProjectExplorer: Replace ToolChainFactory::supportedLanguange

... by a member-based approach.

Change-Id: I5c7fef196df6c37fd26c60a58c774426eca562a0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-05-08 15:36:57 +02:00
parent a3790cc059
commit 881b59c36e
22 changed files with 39 additions and 84 deletions

View File

@@ -98,7 +98,8 @@ class IosToolChainFactory : public ProjectExplorer::ToolChainFactory
Q_OBJECT
public:
QSet<Core::Id> supportedLanguages() const override;
IosToolChainFactory();
QList<ProjectExplorer::ToolChain *> autoDetect(const QList<ProjectExplorer::ToolChain *> &existingToolChains) override;
};