Commit c6d0d4b6 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix ExtVideo leaking.

parent a863040d
......@@ -93,7 +93,7 @@ QString OptionFromWidgetName( QObject *obj )
}
ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
p_intf( _p_intf )
QObject( _parent ), p_intf( _p_intf )
{
ui.setupUi( _parent );
p_vout = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment