X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=9ba9d6a3a5797ce483cb66c972b9ff5fdcb799e8;hp=836d8cc279ae092eca5c64be88674b0d2cb9a4e5;hb=fd25e92f19d6afd4eb02844bcbf20ba132868303;hpb=c2fc6343afb7ac0bba9fc5a019fdadbefc35f546 diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 836d8cc2..9ba9d6a3 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -43,6 +43,7 @@ class CoreAccountModel; class InternalPeer; class Network; +class Peer; class SignalProxy; class CoreConnection : public QObject @@ -176,7 +177,7 @@ private: QVariantMap _coreMsgBuffer; QPointer _socket; - QPointer _peer; + QPointer _peer; ConnectionState _state; QTimer _reconnectTimer;