! * \brief This slot is triggered when the Save button was clicked in the ui. */
| 84 | * \brief This slot is triggered when the Save button was clicked in the ui. |
| 85 | */ |
| 86 | void FITSHeaderEditDialog::save() { |
| 87 | m_saved = m_headerEditWidget->save(); |
| 88 | } |
| 89 | |
| 90 | /*! |
| 91 | * \brief Returns whether there were changes saved. |