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:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "linuxdeviceconfiguration.h"
|
||||
#include "remotelinuxrunconfiguration.h"
|
||||
#include "maemousedportsgatherer.h"
|
||||
#include "remotelinuxusedportsgatherer.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
MaemoUsedPortsGatherer portsGatherer;
|
||||
RemoteLinuxUsedPortsGatherer portsGatherer;
|
||||
const LinuxDeviceConfiguration::ConstPtr devConfig;
|
||||
const QString remoteExecutable;
|
||||
const QString appArguments;
|
||||
@@ -116,7 +116,7 @@ LinuxDeviceConfiguration::ConstPtr AbstractRemoteLinuxApplicationRunner::devConf
|
||||
return m_d->devConfig;
|
||||
}
|
||||
|
||||
const MaemoUsedPortsGatherer *AbstractRemoteLinuxApplicationRunner::usedPortsGatherer() const
|
||||
const RemoteLinuxUsedPortsGatherer *AbstractRemoteLinuxApplicationRunner::usedPortsGatherer() const
|
||||
{
|
||||
return &m_d->portsGatherer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user