Fix review comments.

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2023-04-24 15:15:58 +02:00 committed by Matthieu Gallien
parent 7a3e43507a
commit 2cb03e497a

View File

@ -578,7 +578,7 @@ void AccountState::slotCheckServerAvailibility()
qCInfo(lcAccountState) << "Server is now available for account" << _account->davUser();
_lastCheckConnectionTimer.invalidate();
resetRetryCount();
QMetaObject::invokeMethod(this, "slotCheckConnection", Qt::QueuedConnection);
QMetaObject::invokeMethod(this, &AccountState::slotCheckConnection, Qt::QueuedConnection);
}
});
}