Commit 14d5defc authored by chrisryancombs's avatar chrisryancombs
Browse files

Added more occurences of JigsawRunWidget

parent 95e58172
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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.