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

Method syncUser

plugins/ghprovider/ghdialog.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Dialog::syncUser()
152{
153 Resource *rs = m_account->resource();
154 connect(rs, &Resource::orgsUpdated,
155 this, &Dialog::updateOrgs);
156 m_text->setAlignment(Qt::AlignCenter);
157 m_text->setText(i18n("Waiting for response"));
158 rs->getOrgs(m_account->token());
159}
160
161void Dialog::updateOrgs(const QStringList& orgs)
162{

Callers

nothing calls this directly

Calls 4

resourceMethod · 0.80
getOrgsMethod · 0.80
setTextMethod · 0.45
tokenMethod · 0.45

Tested by

no test coverage detected