From 2bdfc1a657175c3c13d086c780f2907d141fc749 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 21 Dec 2017 15:41:34 +0900 Subject: Connection::logout: supply receiver to connect(job,...) --- connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.cpp b/connection.cpp index d72e10ed..b6239762 100644 --- a/connection.cpp +++ b/connection.cpp @@ -223,7 +223,7 @@ void Connection::checkAndConnect(const QString& userId, void Connection::logout() { auto job = callApi(); - connect( job, &LogoutJob::success, [=] { + connect( job, &LogoutJob::success, this, [=] { stopSync(); emit loggedOut(); }); -- cgit v1.2.3