diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:55:15 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:55:15 +0000 |
| commit | c02547eff8d35d8cbee7869329820dc582cc3949 (patch) | |
| tree | d260690c39cd5721e42a5fb63221c3253defd7d9 /src/QXmppOutgoingClient.h | |
| parent | ccb60b7970adeb4d11a02d41cecb607e331ef52e (diff) | |
| download | qxmpp-c02547eff8d35d8cbee7869329820dc582cc3949.tar.gz | |
add isConnected() methods to all streams
Diffstat (limited to 'src/QXmppOutgoingClient.h')
| -rw-r--r-- | src/QXmppOutgoingClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index 6bfb14a0..54be4aaa 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -73,6 +73,7 @@ public: ~QXmppOutgoingClient(); void connectToHost(); + bool isConnected() const; QAbstractSocket::SocketError socketError(); QXmppStanza::Error::Condition xmppStreamError(); |
