From 5fa950c0d8701fe673b950f1f146132683e98235 Mon Sep 17 00:00:00 2001 From: alex-z Date: Mon, 24 Apr 2023 15:15:58 +0200 Subject: [PATCH] Fix review comments. Signed-off-by: alex-z --- src/gui/accountstate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index 35a037ce74c1..3133e22cd759 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -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); } }); }