diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 11:40:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 11:40:24 +0200 |
commit | 6adf9a4734f15a2c0fa199897f76ded4659b83b7 (patch) | |
tree | 9f9c22c28e897f973d70dba29ae41bc92be51ce6 /common/resourceaccess.cpp | |
parent | feef3bd5c1562a52c274fa07af51c716e5362054 (diff) | |
download | sink-6adf9a4734f15a2c0fa199897f76ded4659b83b7.tar.gz sink-6adf9a4734f15a2c0fa199897f76ded4659b83b7.zip |
Added progress notification
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
547 | } | 547 | } |
548 | n.type = buffer->type(); | 548 | n.type = buffer->type(); |
549 | n.code = buffer->code(); | 549 | n.code = buffer->code(); |
550 | n.progress = buffer->progress(); | ||
551 | n.total = buffer->total(); | ||
550 | n.entities = BufferUtils::fromVector(*buffer->entities()); | 552 | n.entities = BufferUtils::fromVector(*buffer->entities()); |
551 | return n; | 553 | return n; |
552 | } | 554 | } |