Commit 67b5958e authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Merge branch 'dev' of github.com:TracieSucharski/ISIS3 into dev

parents 90e12297 e424124a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ namespace Isis {

  /**
   * Adds an item to the view. The item must be part of the view's
   * model. This method can be overriden in a subclass to filter out
   * model. This method can be overridden in a subclass to filter out
   * unneeded items.
   *
   * @param[in] item (ProjectItem *) The item to add.
@@ -270,7 +270,7 @@ namespace Isis {

  /**
   * Adds several items to the view. The items must be a part of the
   * view's model. This method can be overriden in a subclass to filter out
   * view's model. This method can be overridden in a subclass to filter out
   * unneeded items.
   *
   * @param[in] items (QList<ProjectItem *>) The items to add.