Commit c5664c66 authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

Qt: fix uninitialized members

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 130da2a0
......@@ -723,6 +723,10 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
OpenPanel( _parent, _p_intf )
{
isInitialized = false;
#ifdef _WIN32
vdevDshowW = NULL;
adevDshowW = NULL;
#endif
}
void CaptureOpenPanel::initialize()
......
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