mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Parse Regist Response
This commit is contained in:
parent
03e56f7fdf
commit
875e8b413e
11 changed files with 292 additions and 13 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <streamsession.h>
|
||||
#include <settings.h>
|
||||
#include <registdialog.h>
|
||||
#include <host.h>
|
||||
|
||||
#include <chiaki-cli.h>
|
||||
|
||||
|
@ -38,6 +39,7 @@ int RunMain(QApplication &app, Settings *settings);
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
qRegisterMetaType<DiscoveryHost>();
|
||||
qRegisterMetaType<RegisteredHost>();
|
||||
qRegisterMetaType<ChiakiQuitReason>();
|
||||
qRegisterMetaType<ChiakiRegistEventType>();
|
||||
qRegisterMetaType<ChiakiLogLevel>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue