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

Function invalidAccountText

plugins/ghprovider/ghdialog.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <QInputDialog>
22
23static 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
31static QString tokenLinkStatementText()
32{

Callers 2

DialogMethod · 0.85
authorizeResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected