forked from qt-creator/qt-creator
SSH: Choose better names for public types and variables.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user