Commit dabec065 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Added internal-history entry to CNetSuiteMainWindow constructor. References #4488

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7220 41f8697f-d340-4b68-9986-7bafba869bb8
parent 8bc5c1f5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -45,6 +45,14 @@ namespace Isis {
   * Construct the main window. This will create a Directory, the menus, and the dock areas.
   *
   * @param parent The Qt-relationship parent widget (usually NULL in this case)
   *
   * @internal
   *   @history 2016-11-09 Tyler Wilson - Moved the if-block which loads a project from the
   *                             command line from the start of the constructor to the end
   *                             because if there were warnings and errors, they were not
   *                             being output to the Warnings widget since the project is loaded
   *                             before the GUI is constructed.  Fixes #4488
   *
   */
  CNetSuiteMainWindow::CNetSuiteMainWindow(QWidget *parent) :
      QMainWindow(parent) {