X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVViewer%2FPVViewer_InitSingleton.cxx;h=c401af3924d9c73da6ebbe577ef886b36cdf1309;hb=b48b1667684c18181de10f168c81ca80c6ac7679;hp=ea138dbaa3adb06c3eb79cfc92176f062d8ecf2f;hpb=370f3e5fe29e05f598c86b684c5b0684c4411af3;p=modules%2Fgui.git diff --git a/src/PVViewer/PVViewer_InitSingleton.cxx b/src/PVViewer/PVViewer_InitSingleton.cxx index ea138dbaa..c401af392 100644 --- a/src/PVViewer/PVViewer_InitSingleton.cxx +++ b/src/PVViewer/PVViewer_InitSingleton.cxx @@ -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);