Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

QObject signal/slot connection syntax redundancies

$
0
0
Is it just me, or is the connection syntax unnecessarily verbose? Considering Qt heavily relies on generated code, how hard would it be to trim the connect syntax down to the very essentials, or something like: connect(someObject.someSignal(), someOtherObject.someSlot()); The moc should be perfectly capable of getting the types, addresses and correct signal/slot overloads and generate a type safe connection syntax.

Viewing all articles
Browse latest Browse all 18427

Trending Articles