Skip to content

Use new connect syntax, v4

Zoltan Padrah requested to merge work/conn-syntax-v4 into master

instead of the old connect() with SIGNAL() and SLOT() macros, use the one with connect(object, &Type::signal, obj2, &Type2::slot)

Finalizes work from:

!7 (closed)

!6 (closed)

Merge request reports