Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 134 forks source link

Fix for https://github.com/Brewtarget/brewtarget/issues/688 #691

Closed matty0ung closed 1 year ago

matty0ung commented 1 year ago

This one is simpler! I also fixed a bug where, because of the old SLOT() and SIGNAL() syntax (which as some point we should stop using), we were not properly connecting a signal when you add a new mash. (Once you switch to the new syntax, these problems show up as compile errors instead of silent runtime fails.)