src/MainWindow.h

changeset 48
ddd1171ecda5
parent 30
0fec6a1abd13
child 49
29cf6e350063
--- a/src/MainWindow.h	Sun Mar 06 12:00:07 2022 +0100
+++ b/src/MainWindow.h	Sun Mar 06 15:31:40 2022 +0100
@@ -8,6 +8,7 @@
 #include "InventoryMiscs.h"
 #include "InventoryWaters.h"
 #include "InventoryEquipments.h"
+#include "ProfileWaters.h"
 #include "Setup.h"
 
 #include <QMainWindow>
@@ -36,6 +37,7 @@
     void on_actionMiscs_triggered();
     void on_actionWaters_triggered();
     void on_actionEquipments_triggered();
+    void on_actionWater_profiles_triggered();
     void on_actionSetup_triggered();
     void on_actionAbout_triggered();
 
@@ -47,6 +49,7 @@
     void fromInventoryMiscs();
     void fromInventoryWaters();
     void fromInventoryEquipments();
+    void fromProfileWaters();
     void fromSetup();
 
 private:
@@ -60,6 +63,7 @@
     InventoryMiscs *InventoryMiscsWindow;
     InventoryWaters *InventoryWatersWindow;
     InventoryEquipments *InventoryEquipmentsWindow;
+    ProfileWaters * ProfileWatersWindow;
     Setup *SetupWindow;
 };
 

mercurial