Brewtarget / brewtarget

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

closes #703 - brewnote signal not found #704

Closed mikfire closed 1 year ago

mikfire commented 1 year ago

The dates in the brewnotes were changed from QDateTime to QDate objects. The signature for the signal in BtTreeModel wasn't updated, so the signal was never properly connected.

It is now properly connected.