CustomVideoManager: Use qobject_cast
qobject_cast is times faster then dynamic_cast for objects that inherit QObject. also, use auto keyword to not repeat the class name
Showing
Please register or sign in to comment
qobject_cast is times faster then dynamic_cast for objects that inherit QObject. also, use auto keyword to not repeat the class name