A new useful feature in Qt:
Disabling narrowing conversions in signal/slot connections
by Giuseppe D'Angelo
From the article:
A small new feature that I have added to Qt 5.8 is the possibility of disabling narrowing conversions in the new-style QObject::connect statement. In this short blog post I would like to share with you why I thought this was useful and therefore implemented it...
Add a Comment
Comments are closed.