| 125 | void setApplicationTheme(const QString& name, bool initial); |
| 126 | |
| 127 | shared_qobject_ptr<UpdateChecker> updateChecker() { |
| 128 | return m_updateChecker; |
| 129 | } |
| 130 | |
| 131 | std::shared_ptr<TranslationsModel> translations(); |
| 132 |
no outgoing calls
no test coverage detected