forked from qt-creator/qt-creator
Add public api to set the inferior environment
This is needed for the GammaRay plugin. Change-Id: Ia76c02756e9deb6f679c871a5cba1f6fc4c5028f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -81,6 +81,7 @@ public:
|
||||
|
||||
void setInferior(const ProjectExplorer::Runnable &runnable);
|
||||
void setInferiorExecutable(const QString &executable);
|
||||
void setInferiorEnvironment(const Utils::Environment &env); // Used by GammaRay plugin
|
||||
void setRunControlName(const QString &name);
|
||||
void setStartMessage(const QString &msg);
|
||||
void appendInferiorCommandLineArgument(const QString &arg);
|
||||
|
||||
Reference in New Issue
Block a user