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/notification.h | |
parent | feef3bd5c1562a52c274fa07af51c716e5362054 (diff) | |
download | sink-6adf9a4734f15a2c0fa199897f76ded4659b83b7.tar.gz sink-6adf9a4734f15a2c0fa199897f76ded4659b83b7.zip |
Added progress notification
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/notification.h b/common/notification.h index f5379fd..30e240c 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -56,6 +56,8 @@ public: | |||
56 | QString message; | 56 | QString message; |
57 | //A return code. Zero typically indicates success. | 57 | //A return code. Zero typically indicates success. |
58 | int code = 0; | 58 | int code = 0; |
59 | int progress = 0; | ||
60 | int total = 0; | ||
59 | QByteArray resource; | 61 | QByteArray resource; |
60 | }; | 62 | }; |
61 | } | 63 | } |