Commit 4e3c92b2 authored by Adam Goins's avatar Adam Goins
Browse files

PROG Fixed build error where Project.h wasn't included in last commit. Reference #5216

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@8340 41f8697f-d340-4b68-9986-7bafba869bb8
parent a0fd46f1
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -198,6 +198,8 @@ namespace Isis {
   *   @history 2017-11-15 Cole Neubauer - Added a check if there was an arg for the command line
   *                           to avoid creation of new temp project if a user is opening one from
   *                           the command line #5222
   *   @history 2017-12-01 Adam Goins - Added the maxRecentProjects() function to return the max
   *                           number of recent projects to be displayed. Fixes #5216.
   *   @history 2017-12-08 Tracie Sucharski - Added public method to add an Image to the
   *                           idToImageMap.  This was needed to add Images from the results item.
   *                           We need to access the map when opening saved projects that contain
@@ -301,6 +303,12 @@ namespace Isis {
       */
      BundleSettings *bundleSettings() {return m_bundleSettings;}

      /**
       * Return max number of recent projects to be displayed.
       * @return Max number of recent Projects
       */
      static int maxRecentProjects() { return m_maxRecentProjects; }

      QProgressBar *progress();

      void removeImages(ImageList &imageList);