// ParaView include
#include <pqApplicationCore.h>
#include <pqServer.h>
-#include <pqFixPathsInStateFilesBehavior.h>
const QString PVGUI_DataModel::RESTORE_FLAG_FILE = "do_restore_paravis_references.par";
processAllFilesInState(aFullPath, srcFilesEmpty, aTmpDir.toStdString().c_str(), true);
}
- pqFixPathsInStateFilesBehavior::blockDialog(true);
mod->loadParaviewState(aFullPath);
- pqFixPathsInStateFilesBehavior::blockDialog(false);
ret = true;
}
ret = true;
#include <pqCollaborationBehavior.h>
#include <pqVerifyRequiredPluginBehavior.h>
#include <pqPluginSettingsBehavior.h>
-#include <pqFixPathsInStateFilesBehavior.h>
#include <pqApplyBehavior.h>
#include <pqPropertiesPanel.h>
new pqAlwaysConnectedBehavior(this); // client always connected to a server
new pqVerifyRequiredPluginBehavior(this);
new pqPluginSettingsBehavior(this);
- new pqFixPathsInStateFilesBehavior(this);
new pqCrashRecoveryBehavior(this);
new pqCommandLineOptionsBehavior(this);