! * \brief Gets this setting's config file key. * This is used to store the setting's value in the config file. It is usually * the same as the setting's ID, but it can be different. * \return The setting's config file key. */
| 59 | * \return The setting's config file key. |
| 60 | */ |
| 61 | virtual QStringList configKeys() const |
| 62 | { |
| 63 | return m_synonyms; |
| 64 | } |
| 65 | |
| 66 | /*! |
| 67 | * \brief Gets this setting's value as a QVariant. |
no outgoing calls
no test coverage detected