forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user