From dccf8b89a3cad11de6a1a097d1b7bdabebb64102 Mon Sep 17 00:00:00 2001 From: APTX Date: Wed, 20 Feb 2013 19:19:27 +0100 Subject: [PATCH] Remove Q_ENUMS. It's not really necessary and breaks Qt5 moc. --- client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client.h b/client.h index 0631a5d..8eb1f34 100644 --- a/client.h +++ b/client.h @@ -29,7 +29,6 @@ class ANIDBUDPCLIENTSHARED_EXPORT Client : public ClientInterface friend class ClientSentCommandsModel; Q_OBJECT - Q_ENUMS(AniDBUdpClient::State AniDBUdpClient::Error AniDBUdpClient::IdlePolicy AniDBUdpClient::ReplyCode); /* Send commands in interval seconds intervals -- 2.52.0