Commit 6326375c authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Added tooltip containing project path to the project root item on tree.

parent 5508db69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,7 @@ namespace Isis {
    setIcon( QIcon(FileName("$base/icons/folder-activities.png")
                           .expanded()));
    setData( QVariant::fromValue<Project *>(project) );
    setToolTip(project->projectRoot());
  }


+2 −0
Original line number Diff line number Diff line
@@ -139,6 +139,8 @@ namespace Isis {
   *     @history 2018-03-22 Ken Edmundson - Modified constructor taking a BundleSolutionInfo to
   *                             append a row for a Control object containing the output control
   *                             net from the bundle adjustment.
   *     @history 2018-07-02 Tracie Sucharski - Added tooltip containing project path to the project
   *                             root item.
   *
   */
  class ProjectItem : public QStandardItem {