Commit a03c27f0 authored by Summer Stapleton's avatar Summer Stapleton
Browse files

Small fixes for review

parent 769d7ea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ namespace Isis {
      CameraGroundMap *GroundMap();
      CameraSkyMap *SkyMap();
      
      QString instrumentId(); // The "InstrumentId" as it appears on the cube
      QString instrumentId();

      QString instrumentNameLong() const;
      QString instrumentNameShort() const;
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ namespace Isis {

      QString id() const;

      QString instrumentId(); // The "InstrumentId" as it appears on the cube
      QString instrumentId();

      QString instrumentNameShort();
      QString instrumentNameLong();
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ TargetBody::TargetBody(Target *target, QObject *parent) : QObject(parent) {
  
  /**
   * @brief Returns the value stored at TargetName in the original pvl label.
   * @return @b
   * @return QString Returns m_targetName
   */
  QString TargetBody::targetName() {
    return m_targetName;