| 11 | |
| 12 | static Q_LOGGING_CATEGORY(log, "Client.Parameter.User") |
| 13 | static QString ServiceName() |
| 14 | { |
| 15 | // Use application name as the keychain service; fall back to a sensible default. |
| 16 | return "io.github.KangLin/RabbitRemoteControl"; |
| 17 | } |
| 18 | |
| 19 | CParameterUser::CParameterUser(CParameterOperate *parent, const QString &szPrefix) |
| 20 | : CParameterOperate(parent, szPrefix) |