| 10084 | } |
| 10085 | |
| 10086 | AsyncResult* UserStore::getNoteStoreUrlAsync(QString authenticationToken) |
| 10087 | { |
| 10088 | if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_; |
| 10089 | QByteArray params = UserStore_getNoteStoreUrl_prepareParams(authenticationToken); |
| 10090 | return new AsyncResult(url_, params, UserStore_getNoteStoreUrl_readReplyAsync); |
| 10091 | } |
| 10092 | |
| 10093 | |
| 10094 | } |
nothing calls this directly
no test coverage detected