Mark classes as final where possible
This commit is contained in:
parent
00cc9a09a5
commit
af699eb83e
51 changed files with 72 additions and 72 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue