diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 16:09:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-21 16:09:16 +0000 |
| commit | 29408349ee6f9010b867e48092f87a62cb5a97cb (patch) | |
| tree | 66956c35090aebdbd302484d92a3d9dcc4619338 /source | |
| parent | 162387037a8aa4d50575ac36b10cd27a2a70506e (diff) | |
| download | qxmpp-29408349ee6f9010b867e48092f87a62cb5a97cb.tar.gz | |
fix documentation for QXMPP_NO_GUI flag
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index c491921a..7427972e 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -70,8 +70,8 @@ class QXmppVCardManager; /// 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 DEFINE = QXMPP_NO_GUI -/// in the source.pro file and build as usual +/// For removing QXmpp dependency in QtGui, use DEFINES += QXMPP_NO_GUI +/// in the source.pro file and build as usual. /// /// \ingroup Core |
