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