diff options
Diffstat (limited to 'source/QXmppSocks.h')
| -rw-r--r-- | source/QXmppSocks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppSocks.h b/source/QXmppSocks.h index e99c7618..21d3be2d 100644 --- a/source/QXmppSocks.h +++ b/source/QXmppSocks.h @@ -70,6 +70,7 @@ class QXmppSocksServer : public QObject public: QXmppSocksServer(QObject *parent=0); void close(); + bool isListening() const; bool listen(const QHostAddress &address = QHostAddress::Any, quint16 port = 0); QHostAddress serverAddress() const; |
