Register RoomMember as foreign type
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include <Quotient/accountregistry.h>
|
#include <Quotient/accountregistry.h>
|
||||||
#include <Quotient/e2ee/sssshandler.h>
|
#include <Quotient/e2ee/sssshandler.h>
|
||||||
#include <Quotient/keyverificationsession.h>
|
#include <Quotient/keyverificationsession.h>
|
||||||
|
#include <Quotient/roommember.h>
|
||||||
|
|
||||||
#include "controller.h"
|
#include "controller.h"
|
||||||
#include "neochatconfig.h"
|
#include "neochatconfig.h"
|
||||||
@@ -50,3 +51,9 @@ struct ForeignSSSSHandler {
|
|||||||
QML_FOREIGN(Quotient::SSSSHandler)
|
QML_FOREIGN(Quotient::SSSSHandler)
|
||||||
QML_NAMED_ELEMENT(SSSSHandler)
|
QML_NAMED_ELEMENT(SSSSHandler)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct RoomMemberForeign {
|
||||||
|
Q_GADGET
|
||||||
|
QML_FOREIGN(Quotient::RoomMember)
|
||||||
|
QML_NAMED_ELEMENT(RoomMember)
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user