Commit 6436e122 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix an uninitialised value issue

parent bde18225
...@@ -87,6 +87,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -87,6 +87,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
b_hideAfterCreation = false; // --qt-start-minimized b_hideAfterCreation = false; // --qt-start-minimized
playlistVisible = false; playlistVisible = false;
input_name = ""; input_name = "";
b_interfaceFullScreen= false;
/* Ask for Privacy */ /* Ask for Privacy */
......
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