diff options
Diffstat (limited to 'events/receiptevent.h')
-rw-r--r-- | events/receiptevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/events/receiptevent.h b/events/receiptevent.h index 15fdf946..9494c7c6 100644 --- a/events/receiptevent.h +++ b/events/receiptevent.h @@ -30,9 +30,9 @@ namespace QMatrixClient struct ReceiptsForEvent { QString evtId; - std::vector<Receipt> receipts; + QVector<Receipt> receipts; }; - using EventsWithReceipts = std::vector<ReceiptsForEvent>; + using EventsWithReceipts = QVector<ReceiptsForEvent>; class ReceiptEvent: public Event { |