MCPcopy Create free account
hub / github.com/KDE/kdevelop / tokenLinkStatementText

Function tokenLinkStatementText

plugins/ghprovider/ghdialog.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static QString tokenLinkStatementText()
32{
33 return i18nc("%1 is the URL with the GitHub token settings",
34 "You can check the authorization for this application and "
35 "others at %1",
36 QStringLiteral("https://github.com/settings/tokens."));
37}
38
39namespace gh
40{

Callers 2

DialogMethod · 0.85
authorizeResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected