Removed tartiff_csutomer.

This commit is contained in:
2023-12-12 12:00:04 +01:00
parent 3a0baf266b
commit a80bc7294a

View File

@@ -1,14 +0,0 @@
#ifndef TARIFF_CUSTOMER_H_INCLUDED
#define TARIFF_CUSTOMER_H_INCLUDED
#include <QString>
struct Customer {
Customer() = default;
int cust_id; // 1: Adult, 2: Child:
QString cust_label;
};
#endif // TARIFF_CUSTOMER_H_INCLUDED