UI for load and save receipts.
This commit is contained in:
@@ -126,4 +126,6 @@ private:
|
||||
VoucherStatus m_status;
|
||||
};
|
||||
|
||||
typedef QSharedPointer<Voucher> VoucherPtr;
|
||||
|
||||
#endif // VOUCHER_H
|
||||
|
||||
@@ -82,4 +82,6 @@ private:
|
||||
QWeakPointer<Voucher> m_voucher;
|
||||
};
|
||||
|
||||
typedef QSharedPointer<VoucherItem> VoucherItemPtr;
|
||||
|
||||
#endif // VOUCHERITEM_H
|
||||
|
||||
Reference in New Issue
Block a user