From aeb047359469c6fd45c46bb9f0d6848a50603a41 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 14 Dec 2012 10:17:04 +0000 Subject: [PATCH] Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 --- src/VISUGUI/VisuGUI.cxx | 1 - src/VISUGUI/VisuGUI_Module.cxx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index d323b9df..63750e46 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -199,7 +199,6 @@ static int MYDEBUG = 0; VisuGUI ::VisuGUI(): SalomeApp_Module( "VISU" ), - LightApp_Module("VISU"), myDisplayer( 0 ), mySlider( NULL ), mySweep( NULL ) diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index 5f9e5708..074b5a66 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -185,8 +185,7 @@ namespace VISU //--------------------------------------------------------------- VisuGUI_Module::VisuGUI_Module() : - VisuGUI(), - LightApp_Module("VISU") + VisuGUI() { } -- 2.39.2