Browse Source

Add a warning message in all the private headers

master
Debao Zhang 11 years ago
parent
commit
7513b6ce12
  1. 11
      src/xlsx/xlsxcell_p.h
  2. 11
      src/xlsx/xlsxcontenttypes_p.h
  3. 12
      src/xlsx/xlsxdatavalidation_p.h
  4. 11
      src/xlsx/xlsxdocpropsapp_p.h
  5. 11
      src/xlsx/xlsxdocpropscore_p.h
  6. 11
      src/xlsx/xlsxdocument_p.h
  7. 11
      src/xlsx/xlsxdrawing_p.h
  8. 12
      src/xlsx/xlsxformat_p.h
  9. 11
      src/xlsx/xlsxpackage_p.h
  10. 11
      src/xlsx/xlsxrelationships_p.h
  11. 11
      src/xlsx/xlsxrichstring_p.h
  12. 11
      src/xlsx/xlsxsharedstrings_p.h
  13. 11
      src/xlsx/xlsxstyles_p.h
  14. 11
      src/xlsx/xlsxtheme_p.h
  15. 11
      src/xlsx/xlsxutility_p.h
  16. 12
      src/xlsx/xlsxworkbook_p.h
  17. 12
      src/xlsx/xlsxworksheet_p.h
  18. 11
      src/xlsx/xlsxzipreader_p.h
  19. 11
      src/xlsx/xlsxzipwriter_p.h

11
src/xlsx/xlsxcell_p.h

@ -25,6 +25,17 @@
#ifndef XLSXCELL_P_H #ifndef XLSXCELL_P_H
#define 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 "xlsxglobal.h"
#include "xlsxcell.h" #include "xlsxcell.h"
#include "xlsxcellrange.h" #include "xlsxcellrange.h"

11
src/xlsx/xlsxcontenttypes_p.h

@ -25,6 +25,17 @@
#ifndef XLSXCONTENTTYPES_H #ifndef XLSXCONTENTTYPES_H
#define 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 <QString> #include <QString>
#include <QStringList> #include <QStringList>
#include <QMap> #include <QMap>

12
src/xlsx/xlsxdatavalidation_p.h

@ -25,6 +25,18 @@
#ifndef XLSXDATAVALIDATION_P_H #ifndef XLSXDATAVALIDATION_P_H
#define 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 "xlsxdatavalidation.h"
#include <QSharedData> #include <QSharedData>

11
src/xlsx/xlsxdocpropsapp_p.h

@ -25,6 +25,17 @@
#ifndef XLSXDOCPROPSAPP_H #ifndef XLSXDOCPROPSAPP_H
#define 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 "xlsxglobal.h"
#include <QList> #include <QList>
#include <QPair> #include <QPair>

11
src/xlsx/xlsxdocpropscore_p.h

@ -25,6 +25,17 @@
#ifndef XLSXDOCPROPSCORE_H #ifndef XLSXDOCPROPSCORE_H
#define 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 "xlsxglobal.h"
#include <QMap> #include <QMap>
#include <QStringList> #include <QStringList>

11
src/xlsx/xlsxdocument_p.h

@ -26,6 +26,17 @@
#ifndef XLSXDOCUMENT_P_H #ifndef XLSXDOCUMENT_P_H
#define 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 "xlsxdocument.h"
#include "xlsxworkbook.h" #include "xlsxworkbook.h"

11
src/xlsx/xlsxdrawing_p.h

@ -26,6 +26,17 @@
#ifndef QXLSX_DRAWING_H #ifndef QXLSX_DRAWING_H
#define 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 <QList> #include <QList>
#include <QString> #include <QString>

12
src/xlsx/xlsxformat_p.h

@ -24,6 +24,18 @@
****************************************************************************/ ****************************************************************************/
#ifndef XLSXFORMAT_P_H #ifndef XLSXFORMAT_P_H
#define 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 "xlsxformat.h"
#include <QSharedData> #include <QSharedData>
#include <QMap> #include <QMap>

11
src/xlsx/xlsxpackage_p.h

@ -25,6 +25,17 @@
#ifndef QXLSX_PACKAGE_H #ifndef QXLSX_PACKAGE_H
#define 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 "xlsxglobal.h"
#include <QString> #include <QString>
class QIODevice; class QIODevice;

11
src/xlsx/xlsxrelationships_p.h

@ -25,6 +25,17 @@
#ifndef XLSXRELATIONSHIPS_H #ifndef XLSXRELATIONSHIPS_H
#define 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 "xlsxglobal.h"
#include <QList> #include <QList>
#include <QString> #include <QString>

11
src/xlsx/xlsxrichstring_p.h

@ -25,6 +25,17 @@
#ifndef XLSXRICHSTRING_P_H #ifndef XLSXRICHSTRING_P_H
#define 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" #include "xlsxrichstring.h"
QT_BEGIN_NAMESPACE_XLSX QT_BEGIN_NAMESPACE_XLSX

11
src/xlsx/xlsxsharedstrings_p.h

@ -25,6 +25,17 @@
#ifndef XLSXSHAREDSTRINGS_H #ifndef XLSXSHAREDSTRINGS_H
#define 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 "xlsxglobal.h"
#include "xlsxrichstring.h" #include "xlsxrichstring.h"
#include <QHash> #include <QHash>

11
src/xlsx/xlsxstyles_p.h

@ -25,6 +25,17 @@
#ifndef XLSXSTYLES_H #ifndef XLSXSTYLES_H
#define 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 "xlsxglobal.h"
#include "xlsxformat.h" #include "xlsxformat.h"
#include <QSharedPointer> #include <QSharedPointer>

11
src/xlsx/xlsxtheme_p.h

@ -25,6 +25,17 @@
#ifndef XLSXTHEME_H #ifndef XLSXTHEME_H
#define 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 <QString> #include <QString>
class QIODevice; class QIODevice;

11
src/xlsx/xlsxutility_p.h

@ -25,6 +25,17 @@
#ifndef XLSXUTILITY_H #ifndef XLSXUTILITY_H
#define 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" #include "xlsxglobal.h"
class QPoint; class QPoint;
class QString; class QString;

12
src/xlsx/xlsxworkbook_p.h

@ -24,6 +24,18 @@
****************************************************************************/ ****************************************************************************/
#ifndef XLSXWORKBOOK_P_H #ifndef XLSXWORKBOOK_P_H
#define 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 "xlsxworkbook.h"
#include "xlsxtheme_p.h" #include "xlsxtheme_p.h"
#include <QSharedPointer> #include <QSharedPointer>

12
src/xlsx/xlsxworksheet_p.h

@ -24,6 +24,18 @@
****************************************************************************/ ****************************************************************************/
#ifndef XLSXWORKSHEET_P_H #ifndef XLSXWORKSHEET_P_H
#define 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 "xlsxglobal.h"
#include "xlsxworksheet.h" #include "xlsxworksheet.h"
#include "xlsxcell.h" #include "xlsxcell.h"

11
src/xlsx/xlsxzipreader_p.h

@ -26,6 +26,17 @@
#ifndef QXLSX_XLSXZIPREADER_P_H #ifndef QXLSX_XLSXZIPREADER_P_H
#define 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 "xlsxglobal.h"
#include <QScopedPointer> #include <QScopedPointer>
#include <QStringList> #include <QStringList>

11
src/xlsx/xlsxzipwriter_p.h

@ -25,6 +25,17 @@
#ifndef QXLSX_ZIPWRITER_H #ifndef QXLSX_ZIPWRITER_H
#define 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 <QString> #include <QString>
class QIODevice; class QIODevice;
class QZipWriter; class QZipWriter;

Loading…
Cancel
Save