MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / continueWithUsernameAndPassword

Method continueWithUsernameAndPassword

src/client/engine/engine/engine.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Engine::continueWithUsernameAndPassword(const QString &username, const QString &password, bool bSave)
253{
254 QMetaObject::invokeMethod(this, "continueWithUsernameAndPasswordImpl", Q_ARG(QString, username),
255 Q_ARG(QString, password), Q_ARG(bool, bSave));
256}
257
258void Engine::continueWithPassword(const QString &password, bool bSave)
259{

Calls

no outgoing calls

Tested by

no test coverage detected