Commit d10c9516 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Added history comments

parent e79de712
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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 {