#ifndef INFOSDEPOT_H #define INFOSDEPOT_H #include class InfosDepot { public: InfosDepot(); int id_depot; int poids; int id_GRV; QDate date; }; #endif // INFOSDEPOT_H