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.cpp | |
parent | 23c08a63743c8e904a474df2a5dd9e733938b097 (diff) | |
download | kube-9ab147575870f0303bb3dd36684e28f4afb27aca.tar.gz kube-9ab147575870f0303bb3dd36684e28f4afb27aca.zip |
Outboxmodel status
Diffstat (limited to 'framework/domain/outboxmodel.cpp')
-rw-r--r-- | framework/domain/outboxmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/outboxmodel.cpp b/framework/domain/outboxmodel.cpp index 8494ca0d..b82c1c6b 100644 --- a/framework/domain/outboxmodel.cpp +++ b/framework/domain/outboxmodel.cpp | |||
@@ -71,7 +71,7 @@ QVariant OutboxModel::data(const QModelIndex &idx, int role) const | |||
71 | case Date: | 71 | case Date: |
72 | return mail->getDate(); | 72 | return mail->getDate(); |
73 | case Status: | 73 | case Status: |
74 | return QString("pending"); //TODO | 74 | return PendingStatus; |
75 | case Id: | 75 | case Id: |
76 | return mail->identifier(); | 76 | return mail->identifier(); |
77 | case DomainObject: | 77 | case DomainObject: |