mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
ToxDNS lacked the Q_OBJECT macro
This commit is contained in:
parent
685b8ecdb8
commit
0adb963603
|
@ -25,6 +25,8 @@
|
||||||
/// Handles tox1 and tox3 DNS queries
|
/// Handles tox1 and tox3 DNS queries
|
||||||
class ToxDNS : public QObject
|
class ToxDNS : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
struct tox3_server ///< Represents a tox3 server
|
struct tox3_server ///< Represents a tox3 server
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user