1
0
Fork 0
forked from blue/squawk

just some unfinished thoughts

This commit is contained in:
Blue 2023-01-30 20:52:26 +03:00
parent 3c6b611a41
commit bb304ce774
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 82 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include "shared/messageinfo.h"
#include "shared/pathcheck.h"
#include "shared/identity.h"
#include "shared/info.h"
#include "main/application.h"
#include "core/signalcatcher.h"
#include "core/squawk.h"
@ -51,6 +52,7 @@ int main(int argc, char *argv[])
qRegisterMetaType<Shared::ConnectionState>("Shared::ConnectionState");
qRegisterMetaType<Shared::Availability>("Shared::Availability");
qRegisterMetaType<Shared::KeyInfo>("Shared::KeyInfo");
qRegisterMetaType<Shared::Info>("Shared::Info");
#ifdef WITH_OMEMO
qRegisterMetaType<QXmppOmemoStorage::OwnDevice>("QXmppOmemoStorage::OwnDevice");
qRegisterMetaTypeStreamOperators<QXmppOmemoStorage::OwnDevice>("QXmppOmemoStorage::OwnDevice");