From a2e9236375875a2599d04b1bf975509137d870a7 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 11 Oct 2010 16:59:12 +0200 Subject: [PATCH] Remove references to removed CommandData. --- client.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client.h b/client.h index 2e0984f..087f267 100644 --- a/client.h +++ b/client.h @@ -25,12 +25,10 @@ class AbstractCommand; class LogoutReply; class UptimeReply; -class CommandData; - class ANIDBUDPCLIENTSHARED_EXPORT Client : public QObject { - friend class CommandData; friend class AbstractReply; + friend class ClientCommandModel; Q_OBJECT Q_ENUMS(AniDBUdpClient::State AniDBUdpClient::Error AniDBUdpClient::IdlePolicy AniDBUdpClient::ReplyCode); -- 2.52.0