| 29 | } |
| 30 | |
| 31 | static 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 | |
| 39 | namespace gh |
| 40 | { |
no outgoing calls
no test coverage detected