diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-28 16:37:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-29 19:01:14 +0200 |
commit | 9ab147575870f0303bb3dd36684e28f4afb27aca (patch) | |
tree | 9a67b1c0e568fb93297e15313b403ee81fafbd64 /framework/domain/outboxmodel.h | |
parent | 23c08a63743c8e904a474df2a5dd9e733938b097 (diff) | |
download | kube-9ab147575870f0303bb3dd36684e28f4afb27aca.tar.gz kube-9ab147575870f0303bb3dd36684e28f4afb27aca.zip |
Outboxmodel status
Diffstat (limited to 'framework/domain/outboxmodel.h')
-rw-r--r-- | framework/domain/outboxmodel.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/domain/outboxmodel.h b/framework/domain/outboxmodel.h index 16b5dc49..86821bc2 100644 --- a/framework/domain/outboxmodel.h +++ b/framework/domain/outboxmodel.h | |||
@@ -31,6 +31,13 @@ class OutboxModel : public QSortFilterProxyModel | |||
31 | Q_OBJECT | 31 | Q_OBJECT |
32 | 32 | ||
33 | public: | 33 | public: |
34 | enum Status { | ||
35 | PendingStatus, | ||
36 | InProgressStatus, | ||
37 | ErrorStatus | ||
38 | }; | ||
39 | Q_ENUMS(Status) | ||
40 | |||
34 | OutboxModel(QObject *parent = Q_NULLPTR); | 41 | OutboxModel(QObject *parent = Q_NULLPTR); |
35 | ~OutboxModel(); | 42 | ~OutboxModel(); |
36 | 43 | ||