pasbi/ommpfritt

Replace all old Signal-Slot connections

pasbi opened this issue · 0 comments

pasbi commented

Replace old-style connection syntax (connect(sender, SIGNAL(signal), ...)) with new-style connection syntax (connect(sender, &Sender::signal, ...)).
Because the old one is error prone, harder to debug, and less flexible.
Replacement should be trivial in most cases and feasible in the rest.