From e7a44b2d4440182cb91ebc4fcd44f5038bb9a793 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 28 Mar 2010 21:57:26 +0200 Subject: [PATCH] Qt: initialize stackCentralOldWidget Close #3471 --- modules/gui/qt4/main_interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index ba45a68265..85b829c18a 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -75,6 +75,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) bgWidget = NULL; videoWidget = NULL; playlistWidget = NULL; + stackCentralOldWidget= NULL; #ifndef HAVE_MAEMO sysTray = NULL; #endif -- 2.39.2