From e0b097414e3c4a71ec11999c7a5eff3503120e11 Mon Sep 17 00:00:00 2001 From: uhz Date: Fri, 9 Jun 2017 17:16:01 +0200 Subject: [PATCH] Upgrade to paraview 5.4 --- src/PVGUI/PVGUI_DataModel.cxx | 3 --- test/standalone/gui/PVViewer_Behaviors.cxx | 2 -- 2 files changed, 5 deletions(-) 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); -- 2.39.2