Commit 8911d5ad authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Added history comments and modified the signature of readSettings to try and...

Added history comments and modified the signature of readSettings to try and get the QSettings to not segfault on restoring the state.
parent 1ab4c770
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -134,7 +134,10 @@ namespace Isis {
   *                           Changed from MDI to SDI, changing the centralWidget to a dumy, unused
   *                           widget. Added addDock method. Remove all methods having to do with
   *                           MDI sub-windows, detached views.
   *  
   *   @history 2018-06-14 Makayla Shepherd - ipce now defaults to full screen if there is not an
   *                           ipce.config in the project or in ~/.Isis/ipce.
   *   @history 2018-06-14 Makayla Shepherd - We are no longer saving the state of a temporary
   *                           project.
   */
  class IpceMainWindow : public QMainWindow {
      Q_OBJECT
@@ -162,7 +165,7 @@ namespace Isis {

      void raiseWarningTab();
      
      void writeSettings(const Project *project) const;
      void writeSettings(Project *project);
      
    private:
      Q_DISABLE_COPY(IpceMainWindow);