TaisyncManager: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
parent
3f43bb5e
Please register or sign in to comment
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.