| 202 | } |
| 203 | |
| 204 | QVector<Plugin *> Application::plugins() const noexcept |
| 205 | { |
| 206 | Q_D(const Application); |
| 207 | return d->plugins; |
| 208 | } |
| 209 | |
| 210 | QVariantMap Application::config() const noexcept |
| 211 | { |
nothing calls this directly
no outgoing calls
no test coverage detected