aboutsummaryrefslogtreecommitdiff
path: root/lib/identity/definitions/request_email_validation.h
blob: 99487073b16bab116ca8983fa47597ce57bcff59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
generated by cgit v1.2.3 (git 2.39.1) at 2025-04-21 22:36:28 +0000
 


amp; RedactEventJob::eventId() const
{
    return d->eventId;
}

BaseJob::Status RedactEventJob::parseJson(const QJsonDocument& data)
{
    auto json = data.object();
    fromJson(json.value("event_id"_ls), d->eventId);
    return Success;
}