Loading isis/src/qisis/objs/HistoryTreeWidget/HistoryTreeWidget.h +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ namespace Isis { * saving a control is turned into a WorkOrder. This was done for the * alpha release simply to notify the user that the control was saved. * However, this history entry is not saved/restored to a project. * * @history 2018-06-28 Makayla Shepherd - Restored the ProgressBar. Fixes #5228. */ class HistoryTreeWidget : public QTreeWidget { Q_OBJECT Loading isis/src/qisis/objs/WorkOrder/WorkOrder.h +4 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,10 @@ namespace Isis { * a private QString object called m_data. References #4492. * @history 2017-12-05 Christopher Combs - Added support for TemplateEditorWidget and * TemplateEditViewWorkOrder. Fixes #5168. * @history 2018-06-28 Makayla Shepherd - Removed the ProgressBar cleanup because it was * causing a seg fault when the ProgressBar was added to the * HistoryTreeWidget. The HistoryTreeWidget will now clean up the * ProgressBar. Fixes #5228. */ class WorkOrder : public QAction, public QUndoCommand { Q_OBJECT Loading Loading
isis/src/qisis/objs/HistoryTreeWidget/HistoryTreeWidget.h +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ namespace Isis { * saving a control is turned into a WorkOrder. This was done for the * alpha release simply to notify the user that the control was saved. * However, this history entry is not saved/restored to a project. * * @history 2018-06-28 Makayla Shepherd - Restored the ProgressBar. Fixes #5228. */ class HistoryTreeWidget : public QTreeWidget { Q_OBJECT Loading
isis/src/qisis/objs/WorkOrder/WorkOrder.h +4 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,10 @@ namespace Isis { * a private QString object called m_data. References #4492. * @history 2017-12-05 Christopher Combs - Added support for TemplateEditorWidget and * TemplateEditViewWorkOrder. Fixes #5168. * @history 2018-06-28 Makayla Shepherd - Removed the ProgressBar cleanup because it was * causing a seg fault when the ProgressBar was added to the * HistoryTreeWidget. The HistoryTreeWidget will now clean up the * ProgressBar. Fixes #5228. */ class WorkOrder : public QAction, public QUndoCommand { Q_OBJECT Loading