From 9ab147575870f0303bb3dd36684e28f4afb27aca Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 28 Mar 2017 16:37:32 +0200 Subject: Outboxmodel status --- framework/domain/outboxmodel.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/domain/outboxmodel.h') 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 Q_OBJECT public: + enum Status { + PendingStatus, + InProgressStatus, + ErrorStatus + }; + Q_ENUMS(Status) + OutboxModel(QObject *parent = Q_NULLPTR); ~OutboxModel(); -- cgit v1.2.3