shared_widget: Avoid calling QWidgetPrivate::setVisible
This particular setVisible function is unnecessary. It also has horrible runtime performance, so much that it consumed maybe 80% of the time used to create a widget.
Please register or sign in to comment