mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:17:28 +02:00
fix some Q_OBJECT macros in class headers
This commit is contained in:
parent
a448b90726
commit
96572d3752
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
/// Generalized threaded processor for handling received inbound packets.
|
/// Generalized threaded processor for handling received inbound packets.
|
||||||
class ReceivedPacketProcessor : public GenericThread {
|
class ReceivedPacketProcessor : public GenericThread {
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
ReceivedPacketProcessor() { }
|
ReceivedPacketProcessor() { }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue