mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Display Registered Hosts in SettingsDialog
This commit is contained in:
parent
d435a9d368
commit
c993ca611e
12 changed files with 192 additions and 16 deletions
|
@ -40,6 +40,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
qRegisterMetaType<DiscoveryHost>();
|
||||
qRegisterMetaType<RegisteredHost>();
|
||||
qRegisterMetaType<HostMAC>();
|
||||
qRegisterMetaType<ChiakiQuitReason>();
|
||||
qRegisterMetaType<ChiakiRegistEventType>();
|
||||
qRegisterMetaType<ChiakiLogLevel>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue