Commit 7ef6176d authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Added history entries

parent 222ef0a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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