src/MainWindow.h

changeset 57
75d11cc05ce4
parent 56
eb6c564192f4
child 65
2ef981980daa
--- a/src/MainWindow.h	Tue Mar 15 17:00:54 2022 +0100
+++ b/src/MainWindow.h	Wed Mar 16 21:26:31 2022 +0100
@@ -11,6 +11,7 @@
 #include "ProfileWaters.h"
 #include "ProfileMashs.h"
 #include "ProfileStyles.h"
+#include "ProfileFerments.h"
 #include "Setup.h"
 
 #include <QMainWindow>
@@ -44,6 +45,7 @@
     void on_actionWater_profiles_triggered();
     void on_actionMash_profiles_triggered();
     void on_actionStyles_profiles_triggered();
+    void on_actionFerments_profiles_triggered();
     void on_actionSetup_triggered();
     void on_actionAbout_triggered();
 
@@ -58,6 +60,7 @@
     void fromProfileWaters();
     void fromProfileMashs();
     void fromProfileStyles();
+    void fromProfileFerments();
     void fromSetup();
 
 private:
@@ -74,6 +77,7 @@
     ProfileWaters *ProfileWatersWindow;
     ProfileMashs *ProfileMashsWindow;
     ProfileStyles *ProfileStylesWindow;
+    ProfileFerments *ProfileFermentsWindow;
     Setup *SetupWindow;
 };
 

mercurial