diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-06-13 19:47:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-06-13 19:47:22 +0000 |
| commit | d2d653088ad4f8e507ae590ca8dc4ef0ba1ea6a6 (patch) | |
| tree | 92425c1f05c8bba1aa824e94b20c336af64b93d9 /src/QXmppOutgoingClient.h | |
| parent | efe76b2fc0298fcf1f72f013bba77862be809a29 (diff) | |
| download | qxmpp-d2d653088ad4f8e507ae590ca8dc4ef0ba1ea6a6.tar.gz | |
make QXmppClient state accessible via "state" property
Diffstat (limited to 'src/QXmppOutgoingClient.h')
| -rw-r--r-- | src/QXmppOutgoingClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index adb36505..548df12e 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -56,7 +56,7 @@ public: void connectToHost(); bool isConnected() const; - QAbstractSocket::SocketError socketError(); + QSslSocket *socket() const { return QXmppStream::socket(); }; QXmppStanza::Error::Condition xmppStreamError(); QXmppConfiguration& configuration(); |
