Mark classes as final where possible

This commit is contained in:
Nicolas Werner 2022-10-10 14:38:29 +02:00
parent 00cc9a09a5
commit af699eb83e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
51 changed files with 72 additions and 72 deletions

View file

@ -61,7 +61,7 @@ using sas_ptr = std::unique_ptr<mtx::crypto::SAS>;
* We are the bigger mxid and deviceid (since we discard our start message). <- GLARE RESOLUTION
*/
// clang-format on
class DeviceVerificationFlow : public QObject
class DeviceVerificationFlow final : public QObject
{
Q_OBJECT
Q_PROPERTY(QString state READ state NOTIFY stateChanged)