src/global.h

changeset 283
242a68fa7186
parent 282
d1d208a857b0
child 284
33bb98c33e6a
equal deleted inserted replaced
282:d1d208a857b0 283:242a68fa7186
49 extern QList<Acid> my_acids; 49 extern QList<Acid> my_acids;
50 50
51 /* 51 /*
52 * Fermentables, Hops, Miscs, Yeasts and Mashs are stored in the 52 * Fermentables, Hops, Miscs, Yeasts and Mashs are stored in the
53 * database in json arrays. These are the QList structures. 53 * database in json arrays. These are the QList structures.
54 * For some purposes there are more fields then needed in these
55 * structures such as for inventory database i/o.
56 * Just use what is needed.
54 */ 57 */
55 struct Fermentables 58 struct Fermentables
56 { 59 {
57 QString name; 60 QString name;
58 QString origin; 61 QString origin;

mercurial