diff --git a/isis/src/qisis/objs/SortFilterProxyModel/SortFilterProxyModel.h b/isis/src/qisis/objs/SortFilterProxyModel/SortFilterProxyModel.h index 92b67984334e0184a12d7ae702bdaeeeadf7c4b0..9a697014f2cd96054d4590fc4e1183e9d3e77395 100644 --- a/isis/src/qisis/objs/SortFilterProxyModel/SortFilterProxyModel.h +++ b/isis/src/qisis/objs/SortFilterProxyModel/SortFilterProxyModel.h @@ -35,6 +35,9 @@ class QVariant; namespace Isis { +class ProjectItem; +class ProjectItemModel; + /** * * @author 2018-06-18 Tyler Wilson @@ -43,10 +46,7 @@ namespace Isis { * @history 2018-06-18 Tyler Wilson - Original version. A proxy class for filtering data * within the JigsawSetupDialog Bundle Observation Solve Settings (BOSS) tab. */ - - class ProjectItem; - class ProjectItemModel; - + class SortFilterProxyModel : public QSortFilterProxyModel { Q_OBJECT diff --git a/isis/src/qisis/objs/Template/Template.h b/isis/src/qisis/objs/Template/Template.h index ed067a16af89db7c73eb2cbe110947e2e22da615..30953d8eca30b854cfe6d8f99bed180347723c80 100755 --- a/isis/src/qisis/objs/Template/Template.h +++ b/isis/src/qisis/objs/Template/Template.h @@ -61,10 +61,10 @@ private: /** - * @author 2012-??-?? Steven Lambright + * @author ????-??-?? Steven Lambright * * @internal - * @history 2012-??-?? Steven Lambright - Nested class used to write the Template object + * @history ????-??-?? Steven Lambright - Nested class used to write the Template object * information to an XML file for the purpose of saving and * restoring the state of the project. */