]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Implementation of inheritance from base class SALOMEGUI
authorsmh <smh@opencascade.com>
Thu, 22 Apr 2004 13:17:44 +0000 (13:17 +0000)
committersmh <smh@opencascade.com>
Thu, 22 Apr 2004 13:17:44 +0000 (13:17 +0000)
src/VISUGUI/VisuGUI.cxx
src/VISUGUI/VisuGUI.h

index b153434fc8d8e641217b015af863e781295bec0d..c1d55941a45e7272e115cd289c288ca0f393fe79 100644 (file)
@@ -357,8 +357,9 @@ void RepaintCurrentView(){
 }
 
 
-VisuGUI::VisuGUI( const QString& theName, QObject* theParent )
-: SALOMEGUI( theName, theParent ) {    
+VisuGUI::VisuGUI( const QString& theName, QObject* theParent ): 
+  SALOMEGUI( theName, theParent ) 
+{    
   mySelectionDlg = 0;
 }
 
index ce4db226ab3e7eb037cde51b173ec71951bf9428..9bed10f884c35eba421a51a8f26a7d9cb5f39d1a 100644 (file)
@@ -83,7 +83,7 @@ namespace VISU{
 class VisuGUI : public SALOMEGUI{
   Q_OBJECT;
  public:
-  VisuGUI( const QString&, QObject* = 0 );       
+  VisuGUI( const QString& name = "", QObject* parent = 0 );      
   virtual ~VisuGUI();    
   
   static VISU::VISU_Gen_i* GetVisuGen();