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:
ck
2010-08-13 15:25:22 +02:00
parent c2da3f682e
commit 378ad4de3d
30 changed files with 223 additions and 266 deletions

View File

@@ -31,6 +31,7 @@
#define QEMURUNTIMEMANAGER_H
#include "maemoconstants.h"
#include "maemodeviceconfigurations.h"
#include <QtCore/QMap>
#include <QtCore/QObject>
@@ -64,7 +65,7 @@ struct Runtime
QString m_args;
QString m_libPath;
QString m_sshPort;
QString m_gdbServerPort;
MaemoPortList m_freePorts;
};
class MaemoQemuManager : public QObject