src/MainWindow.h

changeset 234
51aea8b798f0
parent 232
6d3ba9c44f95
child 275
f472f9773782
--- a/src/MainWindow.h	Sat May 21 21:44:24 2022 +0200
+++ b/src/MainWindow.h	Sun May 22 10:22:22 2022 +0200
@@ -12,6 +12,7 @@
 #include "ProdInprod.h"
 #include "ProdOnName.h"
 #include "ProdOnCode.h"
+#include "ProdOnDate.h"
 #include "ProdOnTree.h"
 #include "ProfileWaters.h"
 #include "ProfileMashs.h"
@@ -113,6 +114,7 @@
     ProdInprod *ProdInprodWindow;
     ProdOnName *ProdOnNameWindow;
     ProdOnCode *ProdOnCodeWindow;
+    ProdOnDate *ProdOnDateWindow;
     ProdOnTree *ProdOnTreeWindow;
     ProfileWaters *ProfileWatersWindow;
     ProfileMashs *ProfileMashsWindow;
@@ -125,6 +127,7 @@
     void on_actionProd_inprod_triggered();
     void on_actionOn_Name_triggered();
     void on_actionOn_Code_triggered();
+    void on_actionOn_Date_triggered();
     void on_actionOn_Tree_triggered();
     void on_actionRecipes_triggered();
     void on_actionSuppliers_triggered();
@@ -155,6 +158,7 @@
     void fromProdInprod();
     void fromProdOnName();
     void fromProdOnCode();
+    void fromProdOnDate();
     void fromProdOnTree();
     void fromProfileWaters();
     void fromProfileMashs();

mercurial