src/global.h

changeset 175
f1ed3a2a94e9
parent 173
8514932b61aa
child 176
69a033e099a2
equal deleted inserted replaced
174:ceb8aa4ebd25 175:f1ed3a2a94e9
375 375
376 QDate package_date; 376 QDate package_date;
377 double package_volume; 377 double package_volume;
378 double package_infuse_amount; 378 double package_infuse_amount;
379 double package_infuse_abv; 379 double package_infuse_abv;
380 double package_infuse_notes; 380 QString package_infuse_notes;
381 double package_abv; 381 double package_abv;
382 double package_ph; 382 double package_ph;
383 double bottle_amount; 383 double bottle_amount;
384 double bottle_carbonation; 384 double bottle_carbonation;
385 int bottle_priming_sugar; 385 int bottle_priming_sugar;
533 double preboil_sg; 533 double preboil_sg;
534 }; 534 };
535 535
536 536
537 extern Recipe *recipe; 537 extern Recipe *recipe;
538 extern Product *product;
538 539
539 extern QString my_brewery_name; 540 extern QString my_brewery_name;
540 extern QByteArray my_logoByteArray; 541 extern QByteArray my_logoByteArray;
541 extern int my_factor_mashhop; 542 extern int my_factor_mashhop;
542 extern int my_factor_fwh; 543 extern int my_factor_fwh;

mercurial