| 37 | } |
| 38 | |
| 39 | QString LibQNapi::webpageUrl() { return QString(QNAPI_URL); } |
| 40 | |
| 41 | QSharedPointer<const StaticConfig> LibQNapi::staticConfig() { |
| 42 | return QSharedPointer<const StaticConfig>(new StaticConfig); |
nothing calls this directly
no outgoing calls
no test coverage detected