MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / ServiceName

Function ServiceName

Src/ParameterCompone/ParameterUser.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12static Q_LOGGING_CATEGORY(log, "Client.Parameter.User")
13static 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
19CParameterUser::CParameterUser(CParameterOperate *parent, const QString &szPrefix)
20 : CParameterOperate(parent, szPrefix)

Callers 2

OnLoadMethod · 0.70
OnSaveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected