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