diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 08:27:41 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 08:27:41 +0000 |
| commit | d96472c73ff22615ba09b54601e007126c6183c6 (patch) | |
| tree | 1958e568ba2a81eb79cdf15b780fba42ec7e78f1 /src/QXmppIncomingClient.h | |
| parent | e2e56fc1426f408aacb4b458e8773aae1d2494e9 (diff) | |
| download | qxmpp-d96472c73ff22615ba09b54601e007126c6183c6.tar.gz | |
move elementReceived signal out of QXmppStream
Diffstat (limited to 'src/QXmppIncomingClient.h')
| -rw-r--r-- | src/QXmppIncomingClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index 532d0bc2..e269dcf3 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -60,6 +60,10 @@ public: void setPasswordChecker(QXmppPasswordChecker *checker); +signals: + /// This signal is emitted when an element is received. + void elementReceived(const QDomElement &element, bool &handled); + protected: /// \cond void handleStream(const QDomElement &element); |
