summaryrefslogtreecommitdiffstats
path: root/common/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/notification.h')
-rw-r--r--common/notification.h2
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}