Minor: rename to ATBCustomer.
This commit is contained in:
parent
cc07b8f20e
commit
f56979a61a
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
struct Customer {
|
struct ATBCustomer {
|
||||||
enum class CustomerType {ADULT=0, CHILD, TEEN};
|
enum class CustomerType {ADULT=1000, CHILD, TEEN};
|
||||||
|
|
||||||
Customer() = default;
|
ATBCustomer() = default;
|
||||||
|
|
||||||
CustomerType cust_type;
|
CustomerType cust_type;
|
||||||
QString cust_label;
|
QString cust_label;
|
||||||
|
Loading…
Reference in New Issue
Block a user