Skip to content

Restructure QML to XMPP Thread communication

Linus Jahn requested to merge lnj/kaidan:refactor/qml-to-xmpp-structure into master

Before this everything from QML that wanted to communicate with the XMPP thread and the XMPP managers needed to use signals in Kaidan.h. The new concept makes it possible to access the XMPP Managers directly although you still need to use signals in order to communicate with the different threads.

Merge request reports