src/global.cpp

changeset 175
f1ed3a2a94e9
parent 173
8514932b61aa
child 176
69a033e099a2
equal deleted inserted replaced
174:ceb8aa4ebd25 175:f1ed3a2a94e9
18 double my_grain_absorbtion = 1.01; 18 double my_grain_absorbtion = 1.01;
19 int my_default_water = -1; 19 int my_default_water = -1;
20 QString my_yeastlab = ""; 20 QString my_yeastlab = "";
21 21
22 Recipe *recipe; 22 Recipe *recipe;
23 23 Product *product;
24 24
25 const QStringList prod_stages({ 25 const QStringList prod_stages({
26 QObject::tr("Plan"), 26 QObject::tr("Plan"),
27 QObject::tr("Wait"), 27 QObject::tr("Wait"),
28 QObject::tr("Brew"), 28 QObject::tr("Brew"),

mercurial