-
Tomaz Canabrava authored
qobject_cast is times faster then dynamic_cast for objects that inherit QObject. Also, use auto keyword to not duplicate the name of the Class
42ad3de7
qobject_cast is times faster then dynamic_cast for objects that inherit QObject. Also, use auto keyword to not duplicate the name of the Class