This commit is contained in:
Tobias Fella
2024-05-26 14:43:41 +02:00
parent 1235e46575
commit 27f4dfbf8e
9 changed files with 180 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#include <Quotient/accountregistry.h>
#include <Quotient/e2ee/sssshandler.h>
#include <Quotient/keyimport.h>
#include <Quotient/keyverificationsession.h>
#include "controller.h"
@@ -50,3 +51,10 @@ struct ForeignSSSSHandler {
QML_FOREIGN(Quotient::SSSSHandler)
QML_NAMED_ELEMENT(SSSSHandler)
};
struct ForeignKeyImport {
Q_GADGET
QML_FOREIGN(Quotient::KeyImport)
QML_NAMED_ELEMENT(KeyImport)
QML_SINGLETON
};