diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-28 13:28:37 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-28 13:28:37 +0000 |
| commit | 2de9fa8c747bb481fd48c35c6b2a116e84d6929c (patch) | |
| tree | 717e6e0554547d9560bde1b28e9ec155b2c3edca /src/server/mod_proxy65.h | |
| parent | 97adcfb517528e257fd256761d31dc7524293724 (diff) | |
| download | qxmpp-2de9fa8c747bb481fd48c35c6b2a116e84d6929c.tar.gz | |
rework QXmppServerExtension initialisation
Diffstat (limited to 'src/server/mod_proxy65.h')
| -rw-r--r-- | src/server/mod_proxy65.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mod_proxy65.h b/src/server/mod_proxy65.h index 32d15cf4..e9557383 100644 --- a/src/server/mod_proxy65.h +++ b/src/server/mod_proxy65.h @@ -80,7 +80,7 @@ public: QStringList discoveryItems() const; bool handleStanza(QXmppStream *stream, const QDomElement &element); - bool start(QXmppServer *server); + bool start(); void stop(); private slots: |
