Basic support for fetching and modifying device environment.

This commit is contained in:
kh1
2010-07-28 14:27:08 +02:00
parent e03a6b6ea2
commit c3350a1675
7 changed files with 182 additions and 25 deletions

View File

@@ -40,7 +40,6 @@
#include <projectexplorer/environment.h>
#include <QtCore/QObject>
#include <QtCore/QPointer>
namespace Core {
class SshConnection;
@@ -83,7 +82,6 @@ private:
bool m_stop;
QString m_remoteOutput;
ProjectExplorer::Environment m_env;
QPointer<MaemoRunConfiguration> m_runConfig;
MaemoDeviceConfig m_devConfig;
QSharedPointer<Core::SshConnection> m_connection;
QSharedPointer<Core::SshRemoteProcess> m_remoteProcess;