SSH: Choose better names for public types and variables.

This commit is contained in:
Christian Kandeler
2011-02-15 13:33:52 +01:00
parent cfbf853dae
commit 22a49fd4a8
10 changed files with 48 additions and 47 deletions

View File

@@ -377,7 +377,7 @@ void MaemoDebugSupport::setState(State newState)
QString MaemoDebugSupport::uploadDir(const MaemoDeviceConfig::ConstPtr &devConf)
{
return MaemoGlobal::homeDirOnDevice(devConf->sshParameters().uname);
return MaemoGlobal::homeDirOnDevice(devConf->sshParameters().userName);
}
bool MaemoDebugSupport::useGdb() const