Loading isis/src/qisis/objs/AdvancedTrackTool/AdvancedTrackTool.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading isis/src/qisis/objs/AdvancedTrackTool/AdvancedTrackTool.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading isis/src/base/apps/caminfo/caminfo.xml +1 −1 File changed.Contains only whitespace changes. Show changes Loading
isis/src/qisis/objs/AdvancedTrackTool/AdvancedTrackTool.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
isis/src/qisis/objs/AdvancedTrackTool/AdvancedTrackTool.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
isis/src/base/apps/caminfo/caminfo.xml +1 −1 File changed.Contains only whitespace changes. Show changes