diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 08:36:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 08:36:22 +0000 |
| commit | 3d4c2e72e740a6fcb66ec337be194b6c356a96be (patch) | |
| tree | c8da5e27a17745f13b5b93c109c2c2a4e18a3527 /src/QXmppIncomingClient.h | |
| parent | d96472c73ff22615ba09b54601e007126c6183c6 (diff) | |
| download | qxmpp-3d4c2e72e740a6fcb66ec337be194b6c356a96be.tar.gz | |
rework elementReceived() arguments
Diffstat (limited to 'src/QXmppIncomingClient.h')
| -rw-r--r-- | src/QXmppIncomingClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index e269dcf3..384cac82 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -62,7 +62,7 @@ public: signals: /// This signal is emitted when an element is received. - void elementReceived(const QDomElement &element, bool &handled); + void elementReceived(const QDomElement &element); protected: /// \cond |
