src/MainWindow.h

changeset 480
94b3def5d778
parent 479
28f0e43e9f08
--- a/src/MainWindow.h	Sun Jan 29 14:40:43 2023 +0100
+++ b/src/MainWindow.h	Mon Jan 30 17:05:13 2023 +0100
@@ -6,6 +6,7 @@
 #include "InventoryFermentables.h"
 #include "InventoryHops.h"
 #include "InventoryYeasts.h"
+#include "InventoryYeastPacks.h"
 #include "InventoryMiscs.h"
 #include "InventoryWaters.h"
 #include "InventoryEquipments.h"
@@ -117,6 +118,7 @@
     InventoryFermentables *InventoryFermentablesWindow;
     InventoryHops *InventoryHopsWindow;
     InventoryYeasts *InventoryYeastsWindow;
+    InventoryYeastPacks *InventoryYeastPacksWindow;
     InventoryMiscs *InventoryMiscsWindow;
     InventoryWaters *InventoryWatersWindow;
     InventoryEquipments *InventoryEquipmentsWindow;
@@ -164,6 +166,7 @@
     void on_actionFermentables_triggered();
     void on_actionHops_triggered();
     void on_actionYeasts_triggered();
+    void on_actionYeastPacks_triggered();
     void on_actionMiscs_triggered();
     void on_actionWaters_triggered();
     void on_actionEquipments_triggered();
@@ -188,6 +191,7 @@
     void fromInventoryFermentables();
     void fromInventoryHops();
     void fromInventoryYeasts();
+    void fromInventoryYeastPacks();
     void fromInventoryMiscs();
     void fromInventoryWaters();
     void fromInventoryEquipments();

mercurial