From: uhz Date: Fri, 9 Jun 2017 15:16:01 +0000 (+0200) Subject: Upgrade to paraview 5.4 X-Git-Tag: V8_4_0a1~3^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0b097414e3c4a71ec11999c7a5eff3503120e11;p=modules%2Fparavis.git Upgrade to paraview 5.4 --- diff --git a/src/PVGUI/PVGUI_DataModel.cxx b/src/PVGUI/PVGUI_DataModel.cxx index cc1055d4..8f4805fc 100644 --- a/src/PVGUI/PVGUI_DataModel.cxx +++ b/src/PVGUI/PVGUI_DataModel.cxx @@ -45,7 +45,6 @@ // ParaView include #include #include -#include const QString PVGUI_DataModel::RESTORE_FLAG_FILE = "do_restore_paravis_references.par"; @@ -265,9 +264,7 @@ bool PVGUI_DataModel::open( const QString& theName, CAM_Study* theStudy, QString processAllFilesInState(aFullPath, srcFilesEmpty, aTmpDir.toStdString().c_str(), true); } - pqFixPathsInStateFilesBehavior::blockDialog(true); mod->loadParaviewState(aFullPath); - pqFixPathsInStateFilesBehavior::blockDialog(false); ret = true; } ret = true; diff --git a/test/standalone/gui/PVViewer_Behaviors.cxx b/test/standalone/gui/PVViewer_Behaviors.cxx index c426bcbf..fde2a592 100644 --- a/test/standalone/gui/PVViewer_Behaviors.cxx +++ b/test/standalone/gui/PVViewer_Behaviors.cxx @@ -46,7 +46,6 @@ #include #include #include -#include #include #include @@ -81,7 +80,6 @@ void PVViewer_Behaviors::instanciateMinimalBehaviors(QMainWindow * desk) new pqAlwaysConnectedBehavior(this); // client always connected to a server new pqVerifyRequiredPluginBehavior(this); new pqPluginSettingsBehavior(this); - new pqFixPathsInStateFilesBehavior(this); new pqCrashRecoveryBehavior(this); new pqCommandLineOptionsBehavior(this);