]> git.sesse.net Git - vlc/commit
The default constructor of QSize produce an invalid size, there is no need to do...
authorBenjamin <ikipou@gmail.com>
Sun, 25 Oct 2009 15:29:41 +0000 (16:29 +0100)
committerIlkka Ollakka <ileoo@iki.fi>
Sun, 25 Oct 2009 16:06:41 +0000 (18:06 +0200)
commitf10e4010226ad843c5e694acae155d67b2324e17
tree9fb609dbcec68e2e980260c8e7b53fc9e2d19241
parent4b1160c8fe67686fb3855ffff4b22b4ede0bc204
The default constructor of QSize produce an invalid size, there is no need to do that manually.

The widget is hidden by default, no need to call hide in the
constructor.

The widget reparentable already has the layout.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
modules/gui/qt4/components/interface_widgets.cpp