diff -r 94da58c66913 -r 93a70b1502ca src/MainWindow.h --- a/src/MainWindow.h Thu Feb 24 14:36:56 2022 +0100 +++ b/src/MainWindow.h Fri Feb 25 10:51:36 2022 +0100 @@ -5,6 +5,7 @@ #include "InventoryFermentables.h" #include "InventoryHops.h" #include "InventoryYeasts.h" +#include "InventoryMiscs.h" #include "Setup.h" #include @@ -30,6 +31,7 @@ void on_actionFermentables_triggered(); void on_actionHops_triggered(); void on_actionYeasts_triggered(); + void on_actionMiscs_triggered(); void on_actionSetup_triggered(); void on_actionAbout_triggered(); @@ -38,6 +40,7 @@ void fromInventoryFermentables(); void fromInventoryHops(); void fromInventoryYeasts(); + void fromInventoryMiscs(); void fromSetup(); private: @@ -48,6 +51,7 @@ InventoryFermentables *InventoryFermentablesWindow; InventoryHops *InventoryHopsWindow; InventoryYeasts *InventoryYeastsWindow; + InventoryMiscs *InventoryMiscsWindow; Setup *SetupWindow; };