From 2a78066c9fa49517bccebbef2e005a674ab4ad27 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 12 Sep 2012 16:01:35 +0200 Subject: make QXmppStreamInitiationIq private API --- src/base/base.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/base.pri') 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 += \ -- cgit v1.2.3