forked from qt-creator/qt-creator
RemoteLinux: Rename and export MaemoUsedPortsGatherer.
Class is not Maemo-specific. Change-Id: I14473cb329e4955d24dae1a1a4961eb6ebff869c Reviewed-on: http://codereview.qt.nokia.com/2042 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "linuxdevicetester.h"
|
||||
|
||||
#include "linuxdeviceconfiguration.h"
|
||||
#include "maemousedportsgatherer.h"
|
||||
#include "remotelinuxusedportsgatherer.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/ssh/sshremoteprocess.h>
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
LinuxDeviceConfiguration::ConstPtr deviceConfiguration;
|
||||
SshConnection::Ptr connection;
|
||||
SshRemoteProcess::Ptr process;
|
||||
MaemoUsedPortsGatherer portsGatherer;
|
||||
RemoteLinuxUsedPortsGatherer portsGatherer;
|
||||
QByteArray remoteStdout;
|
||||
QByteArray remoteStderr;
|
||||
State state;
|
||||
|
||||
Reference in New Issue
Block a user