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

Method Account

plugins/ghprovider/ghaccount.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17Account::Account(Resource *resource)
18{
19 m_group = KConfigGroup(KSharedConfig::openConfig(), QStringLiteral("ghprovider"));
20 m_resource = resource;
21}
22
23void Account::invalidate(const QString &password)
24{

Callers

nothing calls this directly

Calls 1

KConfigGroupClass · 0.50

Tested by

no test coverage detected