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

Method continueWithPrivKeyPassword

src/client/engine/engine/engine.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void Engine::continueWithPrivKeyPassword(const QString &password, bool bSave)
264{
265 QMetaObject::invokeMethod(this, "continueWithPrivKeyPasswordImpl", Q_ARG(QString, password), Q_ARG(bool, bSave));
266}
267
268void Engine::sendDebugLog()
269{

Calls

no outgoing calls

Tested by

no test coverage detected