| 8999 | } |
| 9000 | |
| 9001 | BootstrapInfo UserStore::getBootstrapInfo(QString locale) |
| 9002 | { |
| 9003 | QByteArray params = UserStore_getBootstrapInfo_prepareParams(locale); |
| 9004 | QByteArray reply = askEvernote(url_, params); |
| 9005 | return UserStore_getBootstrapInfo_readReply(reply); |
| 9006 | } |
| 9007 | |
| 9008 | AsyncResult* UserStore::getBootstrapInfoAsync(QString locale) |
| 9009 | { |
nothing calls this directly
no test coverage detected