Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-23 | Use QUO_CONTENT_GETTER | Alexey Rusakov | |
In keyverificationevent.*, this massively shortens repetitive getter definitions; the remaining few non-trivial ones are moved to keyverificationevent.h, dropping the respective .cpp file and therefore the dedicated translation unit. In roomkeyevent.h, it's just shorter. | |||
2022-02-16 | Add a few missing QUOTIENT_API stanzas | Alexey Rusakov | |
Also, removed Q_GADGET macros from key verification events as those don't seem to do anything (no Q_ENUM/Q_FLAG things, namely). | |||
2021-12-01 | Implement key verification events | Carl Schwan | |