forked from qt-creator/qt-creator
Maemo: Add default value to device config wizard.
Task-number: QTCREATORBUG-3782
This commit is contained in:
@@ -326,6 +326,11 @@ QString MaemoDeviceConfig::defaultPrivateKeyFilePath()
|
||||
+ QLatin1String("/.ssh/id_rsa");
|
||||
}
|
||||
|
||||
QString MaemoDeviceConfig::defaultPublicKeyFilePath()
|
||||
{
|
||||
return defaultPrivateKeyFilePath() + QLatin1String(".pub");
|
||||
}
|
||||
|
||||
QString MaemoDeviceConfig::defaultUser(MaemoGlobal::MaemoVersion osVersion)
|
||||
{
|
||||
switch (osVersion) {
|
||||
|
||||
Reference in New Issue
Block a user