mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Finish Discovery Service
This commit is contained in:
parent
fe83c6790a
commit
70b2b3f009
9 changed files with 157 additions and 18 deletions
|
@ -32,6 +32,7 @@ int RunMain(QApplication &app);
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
qRegisterMetaType<DiscoveryHost>();
|
||||
qRegisterMetaType<ChiakiQuitReason>();
|
||||
|
||||
ChiakiErrorCode err = chiaki_lib_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue