! * \brief Gets the path to the INI file. * \return The path to the INI file. */
| 35 | * \return The path to the INI file. |
| 36 | */ |
| 37 | virtual QString filePath() const |
| 38 | { |
| 39 | return m_filePath; |
| 40 | } |
| 41 | |
| 42 | /*! |
| 43 | * \brief Sets the path to the INI file and reloads it. |
no outgoing calls
no test coverage detected