diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 16:01:35 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 16:01:35 +0200 |
| commit | 2a78066c9fa49517bccebbef2e005a674ab4ad27 (patch) | |
| tree | 6851d8ff348f0b67559e7a09d3db9dc5ecf0bc13 /src/base/base.pri | |
| parent | 07d537a2573f1dd06dd69ba6a5e2fa97357c443b (diff) | |
| download | qxmpp-2a78066c9fa49517bccebbef2e005a674ab4ad27.tar.gz | |
make QXmppStreamInitiationIq private API
Diffstat (limited to 'src/base/base.pri')
| -rw-r--r-- | src/base/base.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/base.pri b/src/base/base.pri index 6461bc79..ec335769 100644 --- a/src/base/base.pri +++ b/src/base/base.pri @@ -30,7 +30,6 @@ INSTALL_HEADERS += \ base/QXmppStanza.h \ base/QXmppStream.h \ base/QXmppStreamFeatures.h \ - base/QXmppStreamInitiationIq.h \ base/QXmppStun.h \ base/QXmppUtils.h \ base/QXmppVCardIq.h \ @@ -38,7 +37,8 @@ INSTALL_HEADERS += \ HEADERS += \ base/QXmppCodec_p.h \ - base/QXmppSasl_p.h + base/QXmppSasl_p.h \ + base/QXmppStreamInitiationIq.h # Source files SOURCES += \ |
