Loading isis/src/qisis/apps/ipce/IpceMainWindow.cpp +2 −6 Original line number Diff line number Diff line Loading @@ -217,7 +217,6 @@ namespace Isis { void IpceMainWindow::cleanupViewDockList(QObject *obj) { QDockWidget *dock = static_cast<QDockWidget *>(obj); if (dock) { m_viewDocks.removeAll(dock); Loading @@ -226,14 +225,12 @@ namespace Isis { /** * @description This slot is connected from Directory::viewClosed(QWidget *) signal. It will * This slot is connected from Directory::viewClosed(QWidget *) signal. It will * close the given view and delete the view. This was written to handle * * @param view QWidget* * * @param view QWidget* The view to close. */ void IpceMainWindow::removeView(QWidget *view) { view->close(); delete view; } Loading Loading @@ -781,5 +778,4 @@ namespace Isis { void IpceMainWindow::raiseWarningTab() { m_warningsDock->raise(); } } isis/src/qisis/objs/CnetEditorView/CnetEditorView.h +8 −9 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ class CnetEditorView : public AbstractProjectItemView { void createToolBars(); void createMenus(); private: /** * @author 2012-09-?? Steven Lambright * Loading isis/src/qisis/objs/CnetEditorWidget/CnetEditorWidget.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,9 @@ namespace Isis { delete m_connectionModel; m_connectionModel = NULL; delete m_sortDialog; m_sortDialog = NULL; } Loading Loading @@ -191,6 +194,8 @@ namespace Isis { m_control = NULL; m_settingsPath = NULL; m_workingVersion = NULL; m_sortDialog = NULL; } Loading isis/src/qisis/objs/ControlPointEditView/ControlPointEditView.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -158,6 +158,4 @@ namespace Isis { QList<QAction *> ControlPointEditView::toolPadActions() { return m_toolPad->actions(); } } isis/src/qisis/objs/Directory/Directory.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ namespace Isis { } } /** * @brief Initializes the actions that the Directory can provide to a main window. * Loading Loading @@ -1792,6 +1793,7 @@ namespace Isis { m_editPointId = controlPointEditView()->controlPointEditWidget()->editPointId(); } /** * Autosave for control net. The control net is auto saved to the same directory as the input * net. It is saved to controlNetFilename.net.bak. Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.cpp +2 −6 Original line number Diff line number Diff line Loading @@ -217,7 +217,6 @@ namespace Isis { void IpceMainWindow::cleanupViewDockList(QObject *obj) { QDockWidget *dock = static_cast<QDockWidget *>(obj); if (dock) { m_viewDocks.removeAll(dock); Loading @@ -226,14 +225,12 @@ namespace Isis { /** * @description This slot is connected from Directory::viewClosed(QWidget *) signal. It will * This slot is connected from Directory::viewClosed(QWidget *) signal. It will * close the given view and delete the view. This was written to handle * * @param view QWidget* * * @param view QWidget* The view to close. */ void IpceMainWindow::removeView(QWidget *view) { view->close(); delete view; } Loading Loading @@ -781,5 +778,4 @@ namespace Isis { void IpceMainWindow::raiseWarningTab() { m_warningsDock->raise(); } }
isis/src/qisis/objs/CnetEditorView/CnetEditorView.h +8 −9 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ class CnetEditorView : public AbstractProjectItemView { void createToolBars(); void createMenus(); private: /** * @author 2012-09-?? Steven Lambright * Loading
isis/src/qisis/objs/CnetEditorWidget/CnetEditorWidget.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,9 @@ namespace Isis { delete m_connectionModel; m_connectionModel = NULL; delete m_sortDialog; m_sortDialog = NULL; } Loading Loading @@ -191,6 +194,8 @@ namespace Isis { m_control = NULL; m_settingsPath = NULL; m_workingVersion = NULL; m_sortDialog = NULL; } Loading
isis/src/qisis/objs/ControlPointEditView/ControlPointEditView.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -158,6 +158,4 @@ namespace Isis { QList<QAction *> ControlPointEditView::toolPadActions() { return m_toolPad->actions(); } }
isis/src/qisis/objs/Directory/Directory.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ namespace Isis { } } /** * @brief Initializes the actions that the Directory can provide to a main window. * Loading Loading @@ -1792,6 +1793,7 @@ namespace Isis { m_editPointId = controlPointEditView()->controlPointEditWidget()->editPointId(); } /** * Autosave for control net. The control net is auto saved to the same directory as the input * net. It is saved to controlNetFilename.net.bak. Loading