]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Remove "Factory" SIP keyword to avoid unexpected behaviour when storing Selection...
authorvsr <vsr@opencascade.com>
Tue, 30 Jan 2007 11:14:04 +0000 (11:14 +0000)
committervsr <vsr@opencascade.com>
Tue, 30 Jan 2007 11:14:04 +0000 (11:14 +0000)
src/SALOME_PYQT/SalomePyQt/SalomePyQt.sip
src/SALOME_PYQT/SalomePyQt/SalomePyQt_v4.sip

index f73f7b0ea0e5db98789cf3b46c528ec5d06b4d24..22638425054865681321550ec2ecba6dacacefed 100644 (file)
@@ -84,7 +84,7 @@ public:
   static QWidget*          getMainFrame();
   static QMenuBar*         getMainMenuBar();
   static QPopupMenu*       getPopupMenu( const MenuName );
-  static SALOME_Selection* getSelection() /Factory/;
+  static SALOME_Selection* getSelection();
   static int               getStudyId();
   static void              putInfo( const QString&, int = 0 );
   static const QString     getActiveComponent();
index c550e24098967a14be5e8e206d9a90e2184af746..68e3bfcc1e91508e7eeb7094cceb71331ff3992f 100644 (file)
@@ -84,7 +84,7 @@ public:
   static QWidget*          getMainFrame() /ReleaseGIL/ ;
   static QMenuBar*         getMainMenuBar() /ReleaseGIL/ ;
   static QPopupMenu*       getPopupMenu( const MenuName ) /ReleaseGIL/ ;
-  static SALOME_Selection* getSelection() /Factory,ReleaseGIL/ ;
+  static SALOME_Selection* getSelection() /ReleaseGIL/ ;
   static int               getStudyId() /ReleaseGIL/ ;
   static void              putInfo( const QString&, const int = 0 ) /ReleaseGIL/ ;
   static const QString     getActiveComponent() /ReleaseGIL/ ;