From: APTX Date: Mon, 11 Oct 2010 14:59:12 +0000 (+0200) Subject: Remove references to removed CommandData. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=a2e9236375875a2599d04b1bf975509137d870a7;p=anidbudpclient.git Remove references to removed CommandData. --- 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);