src/MainWindow.h

changeset 56
eb6c564192f4
parent 52
ff7b3a41c9b5
child 57
75d11cc05ce4
--- a/src/MainWindow.h	Mon Mar 14 16:56:59 2022 +0100
+++ b/src/MainWindow.h	Tue Mar 15 17:00:54 2022 +0100
@@ -10,6 +10,7 @@
 #include "InventoryEquipments.h"
 #include "ProfileWaters.h"
 #include "ProfileMashs.h"
+#include "ProfileStyles.h"
 #include "Setup.h"
 
 #include <QMainWindow>
@@ -42,6 +43,7 @@
     void on_actionYeast_bank_triggered();
     void on_actionWater_profiles_triggered();
     void on_actionMash_profiles_triggered();
+    void on_actionStyles_profiles_triggered();
     void on_actionSetup_triggered();
     void on_actionAbout_triggered();
 
@@ -55,6 +57,7 @@
     void fromInventoryEquipments();
     void fromProfileWaters();
     void fromProfileMashs();
+    void fromProfileStyles();
     void fromSetup();
 
 private:
@@ -70,6 +73,7 @@
     InventoryEquipments *InventoryEquipmentsWindow;
     ProfileWaters *ProfileWatersWindow;
     ProfileMashs *ProfileMashsWindow;
+    ProfileStyles *ProfileStylesWindow;
     Setup *SetupWindow;
 };
 

mercurial