diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:28:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:28:22 +0000 |
| commit | 2e28d735032880dfeb3f9221cb070b0fbfd7c30c (patch) | |
| tree | f4f31afa025792ca33aeaef35b7ea4aaea1d06b5 /src/QXmppClient.h | |
| parent | b4f4b09913489476c35acd26576b8f198f6a1751 (diff) | |
| download | qxmpp-2e28d735032880dfeb3f9221cb070b0fbfd7c30c.tar.gz | |
remove dependency on QtGui (Closes: #66)
Diffstat (limited to 'src/QXmppClient.h')
| -rw-r--r-- | src/QXmppClient.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h index e7316e4d..32ab8efe 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -72,9 +72,6 @@ class QXmppVersionManager; /// to the server on disconnections due to an error. User can have a custom /// reconnection mechanism as well. /// -/// For removing QXmpp dependency in QtGui, use DEFINES += QXMPP_NO_GUI -/// in the source.pro file and build as usual. -/// /// \ingroup Core class QXmppClient : public QXmppLoggable |
