From 6adf9a4734f15a2c0fa199897f76ded4659b83b7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 May 2017 11:40:24 +0200 Subject: Added progress notification --- common/resourceaccess.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/resourceaccess.cpp') diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index ad8cae9..cf8b2e0 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp @@ -547,6 +547,8 @@ static Sink::Notification getNotification(const Sink::Commands::Notification *bu } n.type = buffer->type(); n.code = buffer->code(); + n.progress = buffer->progress(); + n.total = buffer->total(); n.entities = BufferUtils::fromVector(*buffer->entities()); return n; } -- cgit v1.2.3