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

Method continueWithPassword

src/client/engine/engine/engine.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void Engine::continueWithPassword(const QString &password, bool bSave)
259{
260 QMetaObject::invokeMethod(this, "continueWithPasswordImpl", Q_ARG(QString, password), Q_ARG(bool, bSave));
261}
262
263void Engine::continueWithPrivKeyPassword(const QString &password, bool bSave)
264{

Calls

no outgoing calls

Tested by

no test coverage detected