Fix verification error codes
This commit is contained in:
parent
4bd6aeab52
commit
9d16f2e8b4
2 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ using sas_ptr = std::unique_ptr<mtx::crypto::SAS>;
|
|||
class DeviceVerificationFlow final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
QML_ELEMENT
|
||||
QML_UNCREATABLE("")
|
||||
|
||||
Q_PROPERTY(QString state READ state NOTIFY stateChanged)
|
||||
Q_PROPERTY(Error error READ error NOTIFY errorChanged)
|
||||
Q_PROPERTY(QString userId READ getUserId CONSTANT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue