fix some Q_OBJECT macros in class headers

This commit is contained in:
ZappoMan 2014-03-17 10:57:53 -07:00
parent a448b90726
commit 96572d3752

View file

@ -18,6 +18,7 @@
/// Generalized threaded processor for handling received inbound packets.
class ReceivedPacketProcessor : public GenericThread {
Q_OBJECT
public:
ReceivedPacketProcessor() { }