mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add HostMAC in Discovery
This commit is contained in:
parent
875e8b413e
commit
1a4634f3c2
4 changed files with 14 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
|||
#ifndef CHIAKI_DISCOVERYMANAGER_H
|
||||
#define CHIAKI_DISCOVERYMANAGER_H
|
||||
|
||||
#include "host.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QList>
|
||||
|
||||
|
@ -30,6 +32,8 @@ struct DiscoveryHost
|
|||
#define STRING_MEMBER(name) QString name;
|
||||
CHIAKI_DISCOVERY_HOST_STRING_FOREACH(STRING_MEMBER)
|
||||
#undef STRING_MEMBER
|
||||
|
||||
HostMAC GetHostMAC() const;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(DiscoveryHost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue