! * \brief Returns the new keyword. * \return The newly constructed keyword from the line edits. */
| 99 | * \return The newly constructed keyword from the line edits. |
| 100 | */ |
| 101 | FITSFilter::Keyword FITSHeaderEditNewKeywordDialog::newKeyword() const { |
| 102 | return m_newKeyword; |
| 103 | } |
| 104 | |
| 105 | /*! |
| 106 | * \brief Decides whether the dialog should move in an accepted state or canceled. |