Argument type for Qt signal and slot, does const reference qualifiers matters?

Qt checks a normalized signature, meaning

Normalization reduces whitespace to a
minimum, moves ‘const’ to the front
where appropriate, removes ‘const’
from value types and replaces const
references with values.

Leave a Comment