Loading isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −2 Original line number Diff line number Diff line Loading @@ -200,8 +200,6 @@ namespace Isis { static const int m_maxRecentProjects = 5; QToolBar *m_permToolBar; //!< The toolbar for actions that rarely need to be changed. //QToolBar *m_activeToolBar; //<! The toolbar for the actions of the current tool. //QToolBar *m_toolPad; //<! The toolbar for the actions that activate tools. QMenu *m_fileMenu; //!< Menu for the file actions QMenu *m_projectMenu; //!< Menu for the project actions Loading isis/src/qisis/objs/CnetEditorWidget/CnetEditorSortConfigDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ namespace Isis { CnetEditorWidget *cnetWidget) : QDialog(cnetWidget) { m_cnetWidget = cnetWidget; setWindowTitle("Table Sorting Dialog"); setWindowTitle("Table Sorting"); QGridLayout *mainLayout = new QGridLayout; mainLayout->setColumnMinimumWidth(0, 20); Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −2 Original line number Diff line number Diff line Loading @@ -200,8 +200,6 @@ namespace Isis { static const int m_maxRecentProjects = 5; QToolBar *m_permToolBar; //!< The toolbar for actions that rarely need to be changed. //QToolBar *m_activeToolBar; //<! The toolbar for the actions of the current tool. //QToolBar *m_toolPad; //<! The toolbar for the actions that activate tools. QMenu *m_fileMenu; //!< Menu for the file actions QMenu *m_projectMenu; //!< Menu for the project actions Loading
isis/src/qisis/objs/CnetEditorWidget/CnetEditorSortConfigDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ namespace Isis { CnetEditorWidget *cnetWidget) : QDialog(cnetWidget) { m_cnetWidget = cnetWidget; setWindowTitle("Table Sorting Dialog"); setWindowTitle("Table Sorting"); QGridLayout *mainLayout = new QGridLayout; mainLayout->setColumnMinimumWidth(0, 20); Loading