Use ERR_SLAVE_DEFINED
This commit is contained in:
parent
efa644f0a4
commit
bcb985adda
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ KIO::Error toKioError(const QDBusError::ErrorType type)
|
||||||
case QDBusError::TimedOut:
|
case QDBusError::TimedOut:
|
||||||
return KIO::ERR_SERVER_TIMEOUT;
|
return KIO::ERR_SERVER_TIMEOUT;
|
||||||
default:
|
default:
|
||||||
return KIO::ERR_INTERNAL;
|
return KIO::ERR_SLAVE_DEFINED;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ void KioKdeconnect::listDevice(const QString& device)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mountreply.value()) {
|
if (!mountreply.value()) {
|
||||||
error(KIO::ERR_COULD_NOT_MOUNT, interface.getMountError());
|
error(KIO::ERR_SLAVE_DEFINED, interface.getMountError());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue