src/MainWindow.h

changeset 65
2ef981980daa
parent 57
75d11cc05ce4
child 68
abac28effb21
--- a/src/MainWindow.h	Sat Mar 19 19:22:58 2022 +0100
+++ b/src/MainWindow.h	Sat Mar 19 22:59:11 2022 +0100
@@ -31,6 +31,8 @@
     explicit MainWindow(QWidget *parent = 0);
     ~MainWindow();
 
+    InventorySuppliers *InventorySuppliersWindow;
+
 private slots:
     void on_actionExit_triggered();
     void on_actionSuppliers_triggered();
@@ -67,7 +69,6 @@
     Ui::MainWindow *ui;
 
     // Keep pointers to new windows.
-    InventorySuppliers *InventorySuppliersWindow;
     InventoryFermentables *InventoryFermentablesWindow;
     InventoryHops *InventoryHopsWindow;
     InventoryYeasts *InventoryYeastsWindow;

mercurial