src/MainWindow.h

changeset 29
76846c99f827
parent 28
93a70b1502ca
child 30
0fec6a1abd13
--- a/src/MainWindow.h	Fri Feb 25 10:51:36 2022 +0100
+++ b/src/MainWindow.h	Sat Feb 26 16:34:20 2022 +0100
@@ -6,6 +6,7 @@
 #include "InventoryHops.h"
 #include "InventoryYeasts.h"
 #include "InventoryMiscs.h"
+#include "InventoryWaters.h"
 #include "Setup.h"
 
 #include <QMainWindow>
@@ -32,6 +33,7 @@
     void on_actionHops_triggered();
     void on_actionYeasts_triggered();
     void on_actionMiscs_triggered();
+    void on_actionWaters_triggered();
     void on_actionSetup_triggered();
     void on_actionAbout_triggered();
 
@@ -41,6 +43,7 @@
     void fromInventoryHops();
     void fromInventoryYeasts();
     void fromInventoryMiscs();
+    void fromInventoryWaters();
     void fromSetup();
 
 private:
@@ -52,6 +55,7 @@
     InventoryHops *InventoryHopsWindow;
     InventoryYeasts *InventoryYeastsWindow;
     InventoryMiscs *InventoryMiscsWindow;
+    InventoryWaters *InventoryWatersWindow;
     Setup *SetupWindow;
 };
 

mercurial