From 6798f2ca31579b64ea192311d43ca4bb61c45b97 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 29 Apr 2022 12:31:32 +0200 Subject: [PATCH] obsolete and no longer needed Signed-off-by: Matthieu Gallien --- src/gui/accountstate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index 8b342427d..a5bacfa2a 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -131,7 +131,6 @@ void AccountState::setState(State state) emit isConnectedChanged(); } if (_state == Connected) { - _checkConnectionTimer.setInterval(ConnectionValidator::DefaultCallingIntervalMsec); setRetryCount(0); } } -- 2.30.2