forked from qt-creator/qt-creator
Maemo: Device configurations now have a list of free ports.
The device configuration widget is now the only place the user ever has to specify ports.
This commit is contained in:
@@ -35,8 +35,8 @@ namespace Internal {
|
||||
const QLatin1String MaemoMountSpecification::InvalidMountPoint("/");
|
||||
|
||||
MaemoMountSpecification::MaemoMountSpecification(const QString &localDir,
|
||||
const QString &remoteDir, int remotePort)
|
||||
: localDir(localDir), remoteMountPoint(remoteDir), remotePort(remotePort)
|
||||
const QString &remoteDir)
|
||||
: localDir(localDir), remoteMountPoint(remoteDir)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user