Salome HOME
First integration of a new PV3D viewer.
[modules/gui.git] / src / PVViewer / PVViewer_InitSingleton.cxx
index ea138dbaa3adb06c3eb79cfc92176f062d8ecf2f..c401af3924d9c73da6ebbe577ef886b36cdf1309 100644 (file)
@@ -28,7 +28,7 @@ void PVViewer_InitSingleton::Init(QMainWindow* desktop)
 {
   if(IS_INIT)
     return ;
-  PVViewer_Core::ParaviewInitApp(desktop);
+  PVViewer_Core::ParaviewInitApp();
   // Finish ParaView set up: behaviors, connection and configurations.
   const QString configPath(PVViewer_ViewManager::GetPVConfigPath());
   PVViewer_Core::ParaviewInitBehaviors(true, desktop);