src/MainWindow.h

changeset 49
29cf6e350063
parent 48
ddd1171ecda5
child 52
ff7b3a41c9b5
--- a/src/MainWindow.h	Sun Mar 06 15:31:40 2022 +0100
+++ b/src/MainWindow.h	Mon Mar 07 17:33:22 2022 +0100
@@ -9,6 +9,7 @@
 #include "InventoryWaters.h"
 #include "InventoryEquipments.h"
 #include "ProfileWaters.h"
+#include "ProfileMashs.h"
 #include "Setup.h"
 
 #include <QMainWindow>
@@ -38,6 +39,7 @@
     void on_actionWaters_triggered();
     void on_actionEquipments_triggered();
     void on_actionWater_profiles_triggered();
+    void on_actionMash_profiles_triggered();
     void on_actionSetup_triggered();
     void on_actionAbout_triggered();
 
@@ -50,6 +52,7 @@
     void fromInventoryWaters();
     void fromInventoryEquipments();
     void fromProfileWaters();
+    void fromProfileMashs();
     void fromSetup();
 
 private:
@@ -63,7 +66,8 @@
     InventoryMiscs *InventoryMiscsWindow;
     InventoryWaters *InventoryWatersWindow;
     InventoryEquipments *InventoryEquipmentsWindow;
-    ProfileWaters * ProfileWatersWindow;
+    ProfileWaters *ProfileWatersWindow;
+    ProfileMashs *ProfileMashsWindow;
     Setup *SetupWindow;
 };
 

mercurial