src/MainWindow.h

changeset 228
c859e8efa470
parent 213
a167ee979cac
child 231
54b5abd46958
--- a/src/MainWindow.h	Sat May 21 12:08:17 2022 +0200
+++ b/src/MainWindow.h	Sat May 21 13:28:15 2022 +0200
@@ -10,6 +10,7 @@
 #include "InventoryWaters.h"
 #include "InventoryEquipments.h"
 #include "ProdInprod.h"
+#include "ProdOnName.h"
 #include "ProfileWaters.h"
 #include "ProfileMashs.h"
 #include "ProfileStyles.h"
@@ -108,6 +109,7 @@
     InventoryWaters *InventoryWatersWindow;
     InventoryEquipments *InventoryEquipmentsWindow;
     ProdInprod *ProdInprodWindow;
+    ProdOnName *ProdOnNameWindow;
     ProfileWaters *ProfileWatersWindow;
     ProfileMashs *ProfileMashsWindow;
     ProfileStyles *ProfileStylesWindow;
@@ -117,6 +119,7 @@
 private slots:
     void on_actionExit_triggered();
     void on_actionProd_inprod_triggered();
+    void on_actionOn_Name_triggered();
     void on_actionRecipes_triggered();
     void on_actionSuppliers_triggered();
     void on_actionFermentables_triggered();
@@ -144,6 +147,7 @@
     void fromInventoryWaters();
     void fromInventoryEquipments();
     void fromProdInprod();
+    void fromProdOnName();
     void fromProfileWaters();
     void fromProfileMashs();
     void fromProfileStyles();

mercurial