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