UI for load and save receipts.

This commit is contained in:
2016-07-06 21:37:46 +02:00
parent a8f4ad4a04
commit 5e7549d8a6
8 changed files with 110 additions and 12 deletions
+2
View File
@@ -126,4 +126,6 @@ private:
VoucherStatus m_status;
};
typedef QSharedPointer<Voucher> VoucherPtr;
#endif // VOUCHER_H
+2
View File
@@ -82,4 +82,6 @@ private:
QWeakPointer<Voucher> m_voucher;
};
typedef QSharedPointer<VoucherItem> VoucherItemPtr;
#endif // VOUCHERITEM_H