Signal-Slot connect syntax migration #16

Closed
opened 2019-09-25 10:03:38 +00:00 by blue · 0 comments
Owner

Now I use syntax like

connect (ptr1, SIGNAL(signalName(type val)), ptr2, SLOT(slotName(type val)))

Need to migrate to the new one, it seems to be way better.

Now I use syntax like `connect (ptr1, SIGNAL(signalName(type val)), ptr2, SLOT(slotName(type val)))` Need to migrate to the [new one](https://wiki.qt.io/New_Signal_Slot_Syntax), it seems to be way better.
blue added this to the 0.2.0 milestone 2019-09-25 10:03:38 +00:00
blue added the
Refactoring
label 2019-09-25 10:03:38 +00:00
blue closed this issue 2019-11-03 18:47:22 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blue/squawk#16
No description provided.