Maemo: Add default value to device config wizard.

Task-number: QTCREATORBUG-3782
This commit is contained in:
Christian Kandeler
2011-02-10 15:37:12 +01:00
parent de44d03895
commit 1b3f8c57b4
3 changed files with 8 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ public:
static QString portsRegExpr();
static QString defaultHost(DeviceType type);
static QString defaultPrivateKeyFilePath();
static QString defaultPublicKeyFilePath();
static QString defaultUser(MaemoGlobal::MaemoVersion osVersion);
static int defaultSshPort(DeviceType type);
static QString defaultQemuPassword(MaemoGlobal::MaemoVersion osVersion);