Loading isis/src/qisis/apps/ipce/IpceMainWindow.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ #include "FileName.h" #include "IException.h" #include "IString.h" #include "JigsawDialog.h" #include "JigsawRunWidget.h" #include "MosaicSceneWidget.h" #include "ProgressWidget.h" #include "Project.h" Loading Loading @@ -218,7 +218,7 @@ namespace Isis { if ( qobject_cast<SensorInfoWidget *>(newWidget) || qobject_cast<TargetInfoWidget *>(newWidget) || qobject_cast<TemplateEditorWidget *>(newWidget)|| qobject_cast<JigsawDialog *>(newWidget)) { qobject_cast<JigsawRunWidget *>(newWidget)) { QDockWidget *dock = new QDockWidget( newWidget->windowTitle() ); dock->setAttribute(Qt::WA_DeleteOnClose, true); dock->setWidget(newWidget); Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ namespace Isis { /** * Loads the passed bundle settings into the setup dialog. This is used by JigsawDialog to * Loads the passed bundle settings into the setup dialog. This is used by JigsawRunWidget to * load its current settings when not using the last (most recent) bundle settings in the project. * * @param const BundleSettingsQsp settings Shared pointer to the settings to load up. Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ #include "FileName.h" #include "IException.h" #include "IString.h" #include "JigsawDialog.h" #include "JigsawRunWidget.h" #include "MosaicSceneWidget.h" #include "ProgressWidget.h" #include "Project.h" Loading Loading @@ -218,7 +218,7 @@ namespace Isis { if ( qobject_cast<SensorInfoWidget *>(newWidget) || qobject_cast<TargetInfoWidget *>(newWidget) || qobject_cast<TemplateEditorWidget *>(newWidget)|| qobject_cast<JigsawDialog *>(newWidget)) { qobject_cast<JigsawRunWidget *>(newWidget)) { QDockWidget *dock = new QDockWidget( newWidget->windowTitle() ); dock->setAttribute(Qt::WA_DeleteOnClose, true); dock->setWidget(newWidget); Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ namespace Isis { /** * Loads the passed bundle settings into the setup dialog. This is used by JigsawDialog to * Loads the passed bundle settings into the setup dialog. This is used by JigsawRunWidget to * load its current settings when not using the last (most recent) bundle settings in the project. * * @param const BundleSettingsQsp settings Shared pointer to the settings to load up. Loading