forked from qt-creator/qt-creator
Add a toolChainType() method to the ApplicationRunConfiguration.
Best effort only though. This can make detection in the debugger which engine should be used easier. Task-Nr: 256161
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
virtual void save(ProjectExplorer::PersistentSettingsWriter &writer) const;
|
||||
virtual void restore(const ProjectExplorer::PersistentSettingsReader &reader);
|
||||
virtual QString dumperLibrary() const;
|
||||
virtual ProjectExplorer::ToolChain::ToolChainType toolChainType() const;
|
||||
|
||||
signals:
|
||||
void baseEnvironmentChanged();
|
||||
|
||||
Reference in New Issue
Block a user