Commit 8023db9c authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Added an internal-history entry to Project::open(QString &). References #4488

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7221 41f8697f-d340-4b68-9986-7bafba869bb8
parent dabec065
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -828,7 +828,13 @@ namespace Isis {

  /**
   * Open the project at the given path.
   */
   * @param The path to the project folder
   * @internal
   *   @history Tyler Wilson - Added try-catch blocks around all reader.parse
   *                  calls.  The exception information is not piped to the Warnings tab 
   *                  in the GUI instead of the command line, and the application starts
   *                  instead of executing prematurely.  Fixes #4488.
   * */
  void Project::open(QString projectPathStr) {
  
    m_isTemporaryProject = false;