diff -r 8540fd0166e7 -r efc213beb605 src/global.h --- a/src/global.h Sun Jun 12 20:06:39 2022 +0200 +++ b/src/global.h Mon Jun 13 10:54:23 2022 +0200 @@ -109,15 +109,18 @@ struct Miscs { - QString m_name; - double m_amount; - int m_type; - int m_use_use; - double m_time; - bool m_amount_is_weight; - double m_cost; - double m_inventory; ///< In product, current inventory. - bool m_avail; ///< Product available in database. + QString name; + QString notes; + QString use_for; + double amount; + int type; + int use_use; + double time; + bool amount_is_weight; + bool always_on_stock; + double cost; + double inventory; ///< In product, current inventory. + bool avail; ///< Product available in database. };