Salome HOME
SMH: Add again in binary mode
[modules/gui.git] / src / SALOME_PYQT / SALOME_PYQT_GUI / SALOME_PYQT_Module.cxx
index 9d6a53d79e76991c87d99d001da0865e9cd35cff..da5d6ef58d0e21c5bc5d932662962b897953eac2 100644 (file)
 
 using namespace std;
 
-#ifdef _DEBUG_
-static int MYDEBUG = 0;
-#else
-static int MYDEBUG = 0;
-#endif
-
 // Default name of the module, should be replaced at the moment 
 // of module creation
 #define __DEFAULT_NAME__ "SALOME_PYQT_Module"
@@ -631,6 +625,11 @@ void SALOME_PYQT_Module::studyChanged( SUIT_Study* theStudy )
   }
 }
 
+QString SALOME_PYQT_Module::engineIOR() const
+{
+  return QString::null;
+}
+
 /*!
  * Processes context popup menu request
  * - calls Python module's definePopup(...) method (obsolete function, used for compatibility with old code)