| 9749 | } |
| 9750 | |
| 9751 | QVariant UserStore_getUser_readReplyAsync(QByteArray reply) |
| 9752 | { |
| 9753 | return QVariant::fromValue(UserStore_getUser_readReply(reply)); |
| 9754 | } |
| 9755 | |
| 9756 | User UserStore::getUser(QString authenticationToken) |
| 9757 | { |
nothing calls this directly
no test coverage detected