Commit 8ef9fc41 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added space before Fixes, added decsription for the return value of...

Added space before Fixes, added decsription for the return value of getIndex(), and made sure code was properly aligned.
parent f895d0cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,10 +228,10 @@ namespace Isis {
    /**
     * This method finds the index of the header in checkBoxItems by looping
     * through checkBoxItems, grabbing the header from each QList, and parsing
     * the header at ":" to account for check boxes turning on multiple columns
     * the header at ":" to account for check boxes selecting multiple columns.
     *
     * @param keyword Header to be found
     * @return int
     * @return int The index of the item to be added
     */
    int AdvancedTrackTool::getIndex(QString keyword) {
      int index = 0;
+2 −2
Original line number Diff line number Diff line
@@ -86,11 +86,11 @@ namespace Isis {
   *                          to record the point into so that the first recorded point is drawn.
   *                          Fixes #5143.
   *  @history 2018-03-07 Kaitlyn Lee - Added columns for oblique pixel, sample, line,
`   *                         and detector resolutions. Added checkBoxItems and loop to add
   *                          and detector resolutions. Added checkBoxItems and loop to add
   *                          the elments to the AdvancedTrackTool, instead of hardcoded method
   *                          calls. Instead of using the enum, I added a method getIndex()
   *                          that calculates what column the element should be added to.
   *                          Fixes #4100.`
   *                          Fixes #4100.
   */
  class AdvancedTrackTool : public Tool {
      Q_OBJECT
+1 −1

File changed.

Contains only whitespace changes.