]> git.sesse.net Git - vlc/commit
Qt: do not delete speedControl yourself
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Aug 2013 11:50:49 +0000 (13:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Aug 2013 11:50:49 +0000 (13:50 +0200)
commit41bad0093beb6aa4f6b9c9b2e1128d1765d99809
tree2cc7c0390041c13d7c348666ee587bd8f3f96557
parent8332a26a12947f24a3d2219d3265062840b2020f
Qt: do not delete speedControl yourself

It is a QFrame, so it is already parented and should work fine.
Fixes crash-on-quit in Qt5
modules/gui/qt4/components/interface_widgets.cpp