]> Some of my projects - anidbudpclient.git/commitdiff
Remove references to removed CommandData.
authorAPTX <marek321@gmail.com>
Mon, 11 Oct 2010 14:59:12 +0000 (16:59 +0200)
committerAPTX <marek321@gmail.com>
Mon, 11 Oct 2010 14:59:12 +0000 (16:59 +0200)
client.h

index 2e0984f7da07f2576c27245c2bc28dd13e4e140e..087f2677bbcee0f0c1e21a8789935665d7a488b0 100644 (file)
--- 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);