From 7513b6ce128b293c4f47fb46fc2f8a9f94f2d9a3 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 25 Nov 2013 15:38:03 +0800 Subject: [PATCH] Add a warning message in all the private headers --- src/xlsx/xlsxcell_p.h | 11 +++++++++++ src/xlsx/xlsxcontenttypes_p.h | 11 +++++++++++ src/xlsx/xlsxdatavalidation_p.h | 12 ++++++++++++ src/xlsx/xlsxdocpropsapp_p.h | 11 +++++++++++ src/xlsx/xlsxdocpropscore_p.h | 11 +++++++++++ src/xlsx/xlsxdocument_p.h | 11 +++++++++++ src/xlsx/xlsxdrawing_p.h | 11 +++++++++++ src/xlsx/xlsxformat_p.h | 12 ++++++++++++ src/xlsx/xlsxpackage_p.h | 11 +++++++++++ src/xlsx/xlsxrelationships_p.h | 11 +++++++++++ src/xlsx/xlsxrichstring_p.h | 11 +++++++++++ src/xlsx/xlsxsharedstrings_p.h | 11 +++++++++++ src/xlsx/xlsxstyles_p.h | 11 +++++++++++ src/xlsx/xlsxtheme_p.h | 11 +++++++++++ src/xlsx/xlsxutility_p.h | 11 +++++++++++ src/xlsx/xlsxworkbook_p.h | 12 ++++++++++++ src/xlsx/xlsxworksheet_p.h | 12 ++++++++++++ src/xlsx/xlsxzipreader_p.h | 11 +++++++++++ src/xlsx/xlsxzipwriter_p.h | 11 +++++++++++ 19 files changed, 213 insertions(+) diff --git a/src/xlsx/xlsxcell_p.h b/src/xlsx/xlsxcell_p.h index 84fa27a..7ed06cf 100644 --- a/src/xlsx/xlsxcell_p.h +++ b/src/xlsx/xlsxcell_p.h @@ -25,6 +25,17 @@ #ifndef XLSXCELL_P_H #define XLSXCELL_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include "xlsxcell.h" #include "xlsxcellrange.h" diff --git a/src/xlsx/xlsxcontenttypes_p.h b/src/xlsx/xlsxcontenttypes_p.h index 6e0bd26..e3adbad 100755 --- a/src/xlsx/xlsxcontenttypes_p.h +++ b/src/xlsx/xlsxcontenttypes_p.h @@ -25,6 +25,17 @@ #ifndef XLSXCONTENTTYPES_H #define XLSXCONTENTTYPES_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include #include #include diff --git a/src/xlsx/xlsxdatavalidation_p.h b/src/xlsx/xlsxdatavalidation_p.h index 967cb8a..5ed3911 100644 --- a/src/xlsx/xlsxdatavalidation_p.h +++ b/src/xlsx/xlsxdatavalidation_p.h @@ -25,6 +25,18 @@ #ifndef XLSXDATAVALIDATION_P_H #define XLSXDATAVALIDATION_P_H + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxdatavalidation.h" #include diff --git a/src/xlsx/xlsxdocpropsapp_p.h b/src/xlsx/xlsxdocpropsapp_p.h index 73015fb..7cba9c2 100755 --- a/src/xlsx/xlsxdocpropsapp_p.h +++ b/src/xlsx/xlsxdocpropsapp_p.h @@ -25,6 +25,17 @@ #ifndef XLSXDOCPROPSAPP_H #define XLSXDOCPROPSAPP_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include #include diff --git a/src/xlsx/xlsxdocpropscore_p.h b/src/xlsx/xlsxdocpropscore_p.h index 62b3be3..db95396 100644 --- a/src/xlsx/xlsxdocpropscore_p.h +++ b/src/xlsx/xlsxdocpropscore_p.h @@ -25,6 +25,17 @@ #ifndef XLSXDOCPROPSCORE_H #define XLSXDOCPROPSCORE_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include #include diff --git a/src/xlsx/xlsxdocument_p.h b/src/xlsx/xlsxdocument_p.h index c18331f..2051f75 100644 --- a/src/xlsx/xlsxdocument_p.h +++ b/src/xlsx/xlsxdocument_p.h @@ -26,6 +26,17 @@ #ifndef XLSXDOCUMENT_P_H #define XLSXDOCUMENT_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxdocument.h" #include "xlsxworkbook.h" diff --git a/src/xlsx/xlsxdrawing_p.h b/src/xlsx/xlsxdrawing_p.h index c65916f..a1a07a1 100644 --- a/src/xlsx/xlsxdrawing_p.h +++ b/src/xlsx/xlsxdrawing_p.h @@ -26,6 +26,17 @@ #ifndef QXLSX_DRAWING_H #define QXLSX_DRAWING_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include #include diff --git a/src/xlsx/xlsxformat_p.h b/src/xlsx/xlsxformat_p.h index d4434d4..ccb929a 100644 --- a/src/xlsx/xlsxformat_p.h +++ b/src/xlsx/xlsxformat_p.h @@ -24,6 +24,18 @@ ****************************************************************************/ #ifndef XLSXFORMAT_P_H #define XLSXFORMAT_P_H + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxformat.h" #include #include diff --git a/src/xlsx/xlsxpackage_p.h b/src/xlsx/xlsxpackage_p.h index f3e9562..5e3e201 100644 --- a/src/xlsx/xlsxpackage_p.h +++ b/src/xlsx/xlsxpackage_p.h @@ -25,6 +25,17 @@ #ifndef QXLSX_PACKAGE_H #define QXLSX_PACKAGE_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include class QIODevice; diff --git a/src/xlsx/xlsxrelationships_p.h b/src/xlsx/xlsxrelationships_p.h index c2a6625..1e54dfe 100755 --- a/src/xlsx/xlsxrelationships_p.h +++ b/src/xlsx/xlsxrelationships_p.h @@ -25,6 +25,17 @@ #ifndef XLSXRELATIONSHIPS_H #define XLSXRELATIONSHIPS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include #include diff --git a/src/xlsx/xlsxrichstring_p.h b/src/xlsx/xlsxrichstring_p.h index 5fd87e1..2abf007 100644 --- a/src/xlsx/xlsxrichstring_p.h +++ b/src/xlsx/xlsxrichstring_p.h @@ -25,6 +25,17 @@ #ifndef XLSXRICHSTRING_P_H #define XLSXRICHSTRING_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxrichstring.h" QT_BEGIN_NAMESPACE_XLSX diff --git a/src/xlsx/xlsxsharedstrings_p.h b/src/xlsx/xlsxsharedstrings_p.h index 83ca84a..af20f0c 100755 --- a/src/xlsx/xlsxsharedstrings_p.h +++ b/src/xlsx/xlsxsharedstrings_p.h @@ -25,6 +25,17 @@ #ifndef XLSXSHAREDSTRINGS_H #define XLSXSHAREDSTRINGS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include "xlsxrichstring.h" #include diff --git a/src/xlsx/xlsxstyles_p.h b/src/xlsx/xlsxstyles_p.h index 9a11832..2074ccb 100755 --- a/src/xlsx/xlsxstyles_p.h +++ b/src/xlsx/xlsxstyles_p.h @@ -25,6 +25,17 @@ #ifndef XLSXSTYLES_H #define XLSXSTYLES_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include "xlsxformat.h" #include diff --git a/src/xlsx/xlsxtheme_p.h b/src/xlsx/xlsxtheme_p.h index bd012f1..87e5c57 100755 --- a/src/xlsx/xlsxtheme_p.h +++ b/src/xlsx/xlsxtheme_p.h @@ -25,6 +25,17 @@ #ifndef XLSXTHEME_H #define XLSXTHEME_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include class QIODevice; diff --git a/src/xlsx/xlsxutility_p.h b/src/xlsx/xlsxutility_p.h index 35a4017..26f1685 100755 --- a/src/xlsx/xlsxutility_p.h +++ b/src/xlsx/xlsxutility_p.h @@ -25,6 +25,17 @@ #ifndef XLSXUTILITY_H #define XLSXUTILITY_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" class QPoint; class QString; diff --git a/src/xlsx/xlsxworkbook_p.h b/src/xlsx/xlsxworkbook_p.h index 0bdc737..522508e 100644 --- a/src/xlsx/xlsxworkbook_p.h +++ b/src/xlsx/xlsxworkbook_p.h @@ -24,6 +24,18 @@ ****************************************************************************/ #ifndef XLSXWORKBOOK_P_H #define XLSXWORKBOOK_P_H + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxworkbook.h" #include "xlsxtheme_p.h" #include diff --git a/src/xlsx/xlsxworksheet_p.h b/src/xlsx/xlsxworksheet_p.h index 96521f5..f88be6e 100644 --- a/src/xlsx/xlsxworksheet_p.h +++ b/src/xlsx/xlsxworksheet_p.h @@ -24,6 +24,18 @@ ****************************************************************************/ #ifndef XLSXWORKSHEET_P_H #define XLSXWORKSHEET_P_H + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include "xlsxworksheet.h" #include "xlsxcell.h" diff --git a/src/xlsx/xlsxzipreader_p.h b/src/xlsx/xlsxzipreader_p.h index b837aaa..3410afd 100644 --- a/src/xlsx/xlsxzipreader_p.h +++ b/src/xlsx/xlsxzipreader_p.h @@ -26,6 +26,17 @@ #ifndef QXLSX_XLSXZIPREADER_P_H #define QXLSX_XLSXZIPREADER_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "xlsxglobal.h" #include #include diff --git a/src/xlsx/xlsxzipwriter_p.h b/src/xlsx/xlsxzipwriter_p.h index 5ad54cc..f54905c 100644 --- a/src/xlsx/xlsxzipwriter_p.h +++ b/src/xlsx/xlsxzipwriter_p.h @@ -25,6 +25,17 @@ #ifndef QXLSX_ZIPWRITER_H #define QXLSX_ZIPWRITER_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt Xlsx API. It exists for the convenience +// of the Qt Xlsx. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include class QIODevice; class QZipWriter;