mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
ConnectionValidator: Fix warning
This commit is contained in:
parent
15e4d9e317
commit
c2431f2c3b
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ void ConnectionValidator::slotNoStatusFound(QNetworkReply *reply)
|
|||
|
||||
void ConnectionValidator::slotJobTimeout(const QUrl &url)
|
||||
{
|
||||
Q_UNUSED(url);
|
||||
//_errors.append(tr("Unable to connect to %1").arg(url.toString()));
|
||||
_errors.append(tr("timeout"));
|
||||
reportResult( Timeout );
|
||||
|
|
Loading…
Reference in a new issue