src/MainWindow.h

changeset 74
4ac38457a709
parent 68
abac28effb21
child 78
3a6cba2dd05d
--- a/src/MainWindow.h	Sun Mar 20 19:44:32 2022 +0100
+++ b/src/MainWindow.h	Sun Mar 20 20:45:58 2022 +0100
@@ -39,6 +39,11 @@
     InventoryMiscs *InventoryMiscsWindow;
     InventoryWaters *InventoryWatersWindow;
     InventoryEquipments *InventoryEquipmentsWindow;
+    ProfileWaters *ProfileWatersWindow;
+    ProfileMashs *ProfileMashsWindow;
+    ProfileStyles *ProfileStylesWindow;
+    ProfileFerments *ProfileFermentsWindow;
+    Setup *SetupWindow;
 
 private slots:
     void on_actionExit_triggered();
@@ -74,13 +79,6 @@
 
 private:
     Ui::MainWindow *ui;
-
-    // Keep pointers to new windows.
-    ProfileWaters *ProfileWatersWindow;
-    ProfileMashs *ProfileMashsWindow;
-    ProfileStyles *ProfileStylesWindow;
-    ProfileFerments *ProfileFermentsWindow;
-    Setup *SetupWindow;
 };
 
 #endif

mercurial