forked from qt-creator/qt-creator
Maemo: Do the bind() for remote mounts on the device.
This makes us more independent of the developer PC's firewall setting. Reviewed-by: kh1
This commit is contained in:
@@ -63,12 +63,12 @@ public:
|
||||
Core::SshConnectionParameters server;
|
||||
QString name;
|
||||
DeviceType type;
|
||||
int gdbServerPort;
|
||||
int debuggingPort;
|
||||
quint64 internalId;
|
||||
|
||||
private:
|
||||
int defaultSshPort(DeviceType type) const;
|
||||
int defaultGdbServerPort(DeviceType type) const;
|
||||
int defaultDebuggingPort(DeviceType type) const;
|
||||
QString defaultHost(DeviceType type) const;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user