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