| 9006 | } |
| 9007 | |
| 9008 | AsyncResult* UserStore::getBootstrapInfoAsync(QString locale) |
| 9009 | { |
| 9010 | QByteArray params = UserStore_getBootstrapInfo_prepareParams(locale); |
| 9011 | return new AsyncResult(url_, params, UserStore_getBootstrapInfo_readReplyAsync); |
| 9012 | } |
| 9013 | |
| 9014 | QByteArray UserStore_authenticate_prepareParams(QString username, QString password, QString consumerKey, QString consumerSecret, bool supportsTwoFactor) |
| 9015 | { |
nothing calls this directly
no test coverage detected