| 31 | } |
| 32 | |
| 33 | static QString ServiceName() |
| 34 | { |
| 35 | // Use application name as the keychain service; fall back to a sensible default. |
| 36 | return "io.github.KangLin/RabbitRemoteControl"; |
| 37 | } |
| 38 | |
| 39 | #if HAVE_QTKEYCHAIN |
| 40 | QVariantMap CPasswordStore::getCredentials(const QString &host) |
no outgoing calls
no test coverage detected