| 250 | } |
| 251 | |
| 252 | void 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 | |
| 258 | void Engine::continueWithPassword(const QString &password, bool bSave) |
| 259 | { |
no outgoing calls
no test coverage detected