From 2a12610a460c6206dec21626cd98c171690e578b Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 23 Jan 2017 21:34:34 +0100 Subject: [PATCH] Update ASCII-Art describing the connection check flow. Added Avatar fetching --- src/libsync/connectionvalidator.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libsync/connectionvalidator.h b/src/libsync/connectionvalidator.h index e4f0fac7f..f9ad88160 100644 --- a/src/libsync/connectionvalidator.h +++ b/src/libsync/connectionvalidator.h @@ -68,7 +68,10 @@ namespace OCC { +-> fetchUser PropfindJob | - +-> slotUserFetched --> X + +-> slotUserFetched + AvatarJob + | + +-> slotAvatarPixmap --> reportResult() \endcode */