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

index d0abefe315cfd038b9649ec65b2ac56b4b07e2ca..ba9f6a56e75b5bd4a2bda15e105d62c638302bb9 100644 (file)
@@ -135,6 +135,7 @@ void SALOMEGUI::DefinePopup( QString & theContext, QString & theParent, QString
 //=============================================================================
 bool SALOMEGUI::ActiveStudyChanged( QAD_Desktop* parent )
 {
+  return true;
 }
 
 //=============================================================================
index 124ceee0b9fde549cf3fe32cd174ceea2c96e1c7..d823c6e41a64e5358b9998895a0ab511cab09b3a 100644 (file)
@@ -51,7 +51,7 @@ class Standard_EXPORT SALOMEGUI : public QObject
   Q_OBJECT
 
 public:
-  SALOMEGUI( const QString& name, QObject* parent = 0 );
+  SALOMEGUI( const QString& name = "", QObject* parent = 0 );
   virtual ~SALOMEGUI();
 
   virtual bool OnGUIEvent        (int theCommandID, QAD_Desktop* parent);