src/global.h

changeset 288
717140ab5647
parent 287
83e66c6b6e07
child 300
2a97905cb637
--- a/src/global.h	Tue Jun 14 10:42:39 2022 +0200
+++ b/src/global.h	Tue Jun 14 12:52:03 2022 +0200
@@ -5,6 +5,7 @@
 #include <QString>
 #include <QTranslator>
 #include <QDate>
+#include <QJsonDocument>
 
 
 #define Ka1		0.0000004445
@@ -180,6 +181,14 @@
 };
 
 
+struct Mashs
+{
+    QString		name;
+    QString		notes;
+    QJsonDocument	steps;
+};
+
+
 struct Waters
 {
     QString	name;

mercurial