src/global.h

changeset 278
ed562a2a4ca4
parent 277
2228d833c52a
child 279
8540fd0166e7
equal deleted inserted replaced
277:2228d833c52a 278:ed562a2a4ca4
55 struct Fermentables 55 struct Fermentables
56 { 56 {
57 QString f_name; 57 QString f_name;
58 QString f_origin; 58 QString f_origin;
59 QString f_supplier; 59 QString f_supplier;
60 QString f_notes;
60 double f_amount; 61 double f_amount;
61 double f_cost; 62 double f_cost;
62 int f_type; 63 int f_type;
63 double f_yield; 64 double f_yield;
64 double f_color; 65 double f_color;

mercurial