src/global.h

changeset 154
1af9f7b7f317
parent 135
e68b27ad8a40
child 158
24bc2de721d9
equal deleted inserted replaced
153:e71642121fb6 154:1af9f7b7f317
1 #ifndef _GLOBAL_H 1 #ifndef _GLOBAL_H
2 #define _GLOBAL_H 2 #define _GLOBAL_H
3 3
4 #include <QList> 4 #include <QList>
5 #include <QString> 5 #include <QString>
6 #include <QTranslator>
6 7
7 8
8 #define Ka1 0.0000004445 9 #define Ka1 0.0000004445
9 #define Ka2 0.0000000000468 10 #define Ka2 0.0000000000468
10 11
59 extern double my_brix_correction; 60 extern double my_brix_correction;
60 extern double my_grain_absorbtion; 61 extern double my_grain_absorbtion;
61 extern int my_default_water; 62 extern int my_default_water;
62 extern QString my_yeastlab; 63 extern QString my_yeastlab;
63 64
65 extern const QStringList style_types;
66 extern const QStringList fermentable_types;
67 extern const QStringList fermentable_graintypes;
68 extern const QStringList fermentable_added;
69 extern const QStringList hop_types;
70 extern const QStringList hop_forms;
71 extern const QStringList hop_useat;
72 extern const QStringList misc_types;
73 extern const QStringList misc_uses;
74 extern const QStringList yeast_types;
75 extern const QStringList yeast_forms;
76 extern const QStringList yeast_use;
77 extern const QStringList starters;
78 extern const QStringList step_types;
79
64 #endif 80 #endif

mercurial