forked from blue/squawk
just some unfinished thoughts
This commit is contained in:
parent
3c6b611a41
commit
bb304ce774
4 changed files with 82 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue