! * \brief Gets this setting's ID. * This is used to refer to the setting within the application. * \warning Changing the ID while the setting is registered with a SettingsObject results in * undefined behavior. * \return The ID of the setting. */
| 48 | * \return The ID of the setting. |
| 49 | */ |
| 50 | virtual QString id() const |
| 51 | { |
| 52 | return m_synonyms.first(); |
| 53 | } |
| 54 | |
| 55 | /*! |
| 56 | * \brief Gets this setting's config file key. |
no test coverage detected