diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
commit | 55fe06979ceebe67553135b43aa47e70d931304b (patch) | |
tree | 16b10a744879cc1872d6c07624b59ae64469ddbf /common/notification.h | |
parent | 56fae95f49a1ca8ca614bd9f89b0ea5f872765e9 (diff) | |
parent | 288946f1694c2abe1d2c5800c87339d1e8780e4b (diff) | |
download | sink-55fe06979ceebe67553135b43aa47e70d931304b.tar.gz sink-55fe06979ceebe67553135b43aa47e70d931304b.zip |
Merge branch 'develop'
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 | } |