aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 08:27:41 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 08:27:41 +0000
commitd96472c73ff22615ba09b54601e007126c6183c6 (patch)
tree1958e568ba2a81eb79cdf15b780fba42ec7e78f1 /src/QXmppIncomingClient.h
parente2e56fc1426f408aacb4b458e8773aae1d2494e9 (diff)
downloadqxmpp-d96472c73ff22615ba09b54601e007126c6183c6.tar.gz
move elementReceived signal out of QXmppStream
Diffstat (limited to 'src/QXmppIncomingClient.h')
-rw-r--r--src/QXmppIncomingClient.h4
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);