| 21 | #include <QInputDialog> |
| 22 | |
| 23 | static QString invalidAccountText() |
| 24 | { |
| 25 | return i18n("You have not authorized KDevelop to use your GitHub account. " |
| 26 | "If you authorize KDevelop, you will be able to fetch your " |
| 27 | "public/private repositories and the repositories from your " |
| 28 | "organizations."); |
| 29 | } |
| 30 | |
| 31 | static QString tokenLinkStatementText() |
| 32 | { |
no outgoing calls
no test coverage detected