Return no mount error if there is none

This commit is contained in:
Nicolas Fella 2019-03-09 14:03:01 +00:00
parent 6a804faca8
commit 0772318577

View file

@ -121,9 +121,8 @@ QString SftpPlugin::getMountError()
{
if (!mountError.isEmpty()) {
return mountError;
} else {
return i18n("Could not mount device filesystem");
}
return QString();
}