Loading isis/src/control/objs/BundleAdjust/BundleAdjust.h +2 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,8 @@ namespace Isis { * constructor in the BundleSolutionInfo class because it is derived * from QObject. Note that we ultimately want to return a QSharedPointer * instead of a raw pointer. * @history 2018-06-18 Makayla Shepherd - Stopped command line output for ipce BundleAdjust. * Fixes #4171. */ class BundleAdjust : public QObject { Q_OBJECT Loading isis/src/qisis/apps/ipce/IpceMainWindow.h +2 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,8 @@ namespace Isis { * test to determine whether project needs saving. * @history 2018-05-01 Tracie Sucharski - Code accidently left commented from previous checking. * Fixes #5412. * @history 2018-06-18 Makayla Shepherd - Set the QApplication name so that BundleAdjust does * not put things out to the command line for ipce. Fixes #4171. * */ class IpceMainWindow : public QMainWindow { Loading Loading
isis/src/control/objs/BundleAdjust/BundleAdjust.h +2 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,8 @@ namespace Isis { * constructor in the BundleSolutionInfo class because it is derived * from QObject. Note that we ultimately want to return a QSharedPointer * instead of a raw pointer. * @history 2018-06-18 Makayla Shepherd - Stopped command line output for ipce BundleAdjust. * Fixes #4171. */ class BundleAdjust : public QObject { Q_OBJECT Loading
isis/src/qisis/apps/ipce/IpceMainWindow.h +2 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,8 @@ namespace Isis { * test to determine whether project needs saving. * @history 2018-05-01 Tracie Sucharski - Code accidently left commented from previous checking. * Fixes #5412. * @history 2018-06-18 Makayla Shepherd - Set the QApplication name so that BundleAdjust does * not put things out to the command line for ipce. Fixes #4171. * */ class IpceMainWindow : public QMainWindow { Loading