| 783 | #define CR_VERSION "2.0.5" |
| 784 | #endif |
| 785 | QString Backend::version() const { return QStringLiteral(CR_VERSION); } |
| 786 | |
| 787 | int Backend::remoteOnlyAppCount() const { |
| 788 | int count = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected