mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:24:43 +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.
|
||||
class ReceivedPacketProcessor : public GenericThread {
|
||||
Q_OBJECT
|
||||
public:
|
||||
ReceivedPacketProcessor() { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue