From 020a842aefe6c602428fa8e85e3f5bfa1239b666 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 14 Jan 2018 23:33:12 +0200 Subject: Change cache format to not allow duplicate receipts Convert list of receipts to map --- src/dialogs/ReadReceipts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs') diff --git a/src/dialogs/ReadReceipts.cc b/src/dialogs/ReadReceipts.cc index feb382de..51470c67 100644 --- a/src/dialogs/ReadReceipts.cc +++ b/src/dialogs/ReadReceipts.cc @@ -96,7 +96,7 @@ ReadReceipts::ReadReceipts(QWidget *parent) } void -ReadReceipts::addUsers(const std::multimap &receipts) +ReadReceipts::addUsers(const std::multimap> &receipts) { // We want to remove any previous items that have been set. userList_->clear(); -- cgit 1.5.1