Move ProjectExplorer::Environment to Utils::Environment

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-09-23 10:35:23 +02:00
parent 747f750370
commit f5c044fe48
70 changed files with 309 additions and 295 deletions

View File

@@ -37,7 +37,7 @@
#include <QtCore/QScopedPointer>
namespace ProjectExplorer {
namespace Utils {
class Environment;
}
@@ -104,7 +104,7 @@ public:
void createEngine(const DebuggerStartParameters &startParameters);
void setCustomEnvironment(ProjectExplorer::Environment env);
void setCustomEnvironment(Utils::Environment env);
void setEnabledEngines(DebuggerEngineType enabledEngines);
void startFailed();