From ae764c678c78c1e3530a6d0dc2de2a17c5d4815a Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 27 Jan 2013 09:26:19 +0100 Subject: Remove QT_{BEGIN,END}_HEADER macro usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The macro was made empty in qtbase/ba3dc5f3b56d1fab6fe37fe7ae08096d7dc68bcb and is no longer necessary or used. Discussed-on: http://lists.qt-project.org/pipermail/development/2013-January/009284.html Change-Id: Ic5b55b26967d65b3f11cac6fc3963f33ec6051a4 Reviewed-by: Jędrzej Nowacki Reviewed-by: Alan Alpert --- src/declarative/util/qdeclarativexmllistmodel_p.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/declarative/util/qdeclarativexmllistmodel_p.h') diff --git a/src/declarative/util/qdeclarativexmllistmodel_p.h b/src/declarative/util/qdeclarativexmllistmodel_p.h index 5f839ac6..2bcc4a79 100644 --- a/src/declarative/util/qdeclarativexmllistmodel_p.h +++ b/src/declarative/util/qdeclarativexmllistmodel_p.h @@ -51,8 +51,6 @@ #include -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE QT_MODULE(Declarative) @@ -208,6 +206,4 @@ QT_END_NAMESPACE QML_DECLARE_TYPE(QDeclarativeXmlListModel) QML_DECLARE_TYPE(QDeclarativeXmlListModelRole) -QT_END_HEADER - #endif // QDECLARATIVEXMLLISTMODEL_H -- cgit v1.2.3