From afd78609180446d3eb091f78b84e695ed9298b01 2012-06-03 09:32:35 From: unknown Date: 2012-06-03 09:32:35 Subject: [PATCH] Added missing warning about private implementation --- diff --git a/src/animations/axisanimation_p.h b/src/animations/axisanimation_p.h index 97ec839..04fb25e 100644 --- a/src/animations/axisanimation_p.h +++ b/src/animations/axisanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef AXISANIMATION_H #define AXISANIMATION_H diff --git a/src/animations/baranimation_p.h b/src/animations/baranimation_p.h index d5e6c83..cf82425 100644 --- a/src/animations/baranimation_p.h +++ b/src/animations/baranimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef BARANIMATION_P_H #define BARANIMATION_P_H diff --git a/src/animations/chartanimation_p.h b/src/animations/chartanimation_p.h index cba058c..6962f01 100644 --- a/src/animations/chartanimation_p.h +++ b/src/animations/chartanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTANIMATION_H #define CHARTANIMATION_H diff --git a/src/animations/chartanimator_p.h b/src/animations/chartanimator_p.h index a9b747a..a6093dc 100644 --- a/src/animations/chartanimator_p.h +++ b/src/animations/chartanimator_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTANIMATOR_P_H #define CHARTANIMATOR_P_H diff --git a/src/animations/pieanimation_p.h b/src/animations/pieanimation_p.h index a60487a..62cd9e1 100644 --- a/src/animations/pieanimation_p.h +++ b/src/animations/pieanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef PIEANIMATION_P_H #define PIEANIMATION_P_H diff --git a/src/animations/piesliceanimation_p.h b/src/animations/piesliceanimation_p.h index 4465213..2c3b84a 100644 --- a/src/animations/piesliceanimation_p.h +++ b/src/animations/piesliceanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef PIESLICEANIMATION_P_H #define PIESLICEANIMATION_P_H diff --git a/src/animations/splineanimation_p.h b/src/animations/splineanimation_p.h index e452153..acf0d3c 100644 --- a/src/animations/splineanimation_p.h +++ b/src/animations/splineanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef SPLINEANIMATION_P_H #define SPLINEANIMATION_P_H #include "xyanimation_p.h" diff --git a/src/animations/xyanimation_p.h b/src/animations/xyanimation_p.h index ef9ca42..203137b 100644 --- a/src/animations/xyanimation_p.h +++ b/src/animations/xyanimation_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef XYANIMATION_P_H #define XYANIMATION_P_H diff --git a/src/areachart/areachartitem_p.h b/src/areachart/areachartitem_p.h index 1e93271..66d3823 100644 --- a/src/areachart/areachartitem_p.h +++ b/src/areachart/areachartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef AREACHARTITEM_H #define AREACHARTITEM_H diff --git a/src/axis/chartaxis_p.h b/src/axis/chartaxis_p.h index b55b931..d2573d0 100644 --- a/src/axis/chartaxis_p.h +++ b/src/axis/chartaxis_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTAXIS_H #define CHARTAXIS_H diff --git a/src/axis/chartaxisx_p.h b/src/axis/chartaxisx_p.h index fa8e7ff..63b666d 100644 --- a/src/axis/chartaxisx_p.h +++ b/src/axis/chartaxisx_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTAXISX_H #define CHARTAXISX_H diff --git a/src/axis/chartaxisy_p.h b/src/axis/chartaxisy_p.h index a16801a..919c35c 100644 --- a/src/axis/chartaxisy_p.h +++ b/src/axis/chartaxisy_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTAXISY_H #define CHARTAXISY_H diff --git a/src/chart_p.h b/src/chart_p.h index 41017c2..9b0d081 100644 --- a/src/chart_p.h +++ b/src/chart_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHART_H #define CHART_H diff --git a/src/chartbackground_p.h b/src/chartbackground_p.h index 0525db6..15d9c63 100644 --- a/src/chartbackground_p.h +++ b/src/chartbackground_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTBACKGROUND_H #define CHARTBACKGROUND_H diff --git a/src/chartconfig_p.h b/src/chartconfig_p.h index 6acccf3..3f4c70a 100644 --- a/src/chartconfig_p.h +++ b/src/chartconfig_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTCONFIG_H #define CHARTCONFIG_H diff --git a/src/chartitem_p.h b/src/chartitem_p.h index ae9ddd6..884f7ab 100644 --- a/src/chartitem_p.h +++ b/src/chartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTITEM_H #define CHARTITEM_H diff --git a/src/chartpresenter_p.h b/src/chartpresenter_p.h index f2830e1..19eca9f 100644 --- a/src/chartpresenter_p.h +++ b/src/chartpresenter_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTPRESENTER_H #define CHARTPRESENTER_H diff --git a/src/charttheme_p.h b/src/charttheme_p.h index e11e004..e56cd69 100644 --- a/src/charttheme_p.h +++ b/src/charttheme_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEME_H #define CHARTTHEME_H diff --git a/src/domain_p.h b/src/domain_p.h index 1cc5ede..755139f 100644 --- a/src/domain_p.h +++ b/src/domain_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef DOMAIN_H #define DOMAIN_H #include "qchartglobal.h" diff --git a/src/legend/legendmarker_p.h b/src/legend/legendmarker_p.h index 132cc39..e269c32 100644 --- a/src/legend/legendmarker_p.h +++ b/src/legend/legendmarker_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef LEGENDMARKER_P_H #define LEGENDMARKER_P_H diff --git a/src/linechart/linechartitem_p.h b/src/linechart/linechartitem_p.h index 87b07a3..0907104 100644 --- a/src/linechart/linechartitem_p.h +++ b/src/linechart/linechartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef LINECHARTITEM_H #define LINECHARTITEM_H diff --git a/src/piechart/piechartitem_p.h b/src/piechart/piechartitem_p.h index 1808d84..e90f1e6 100644 --- a/src/piechart/piechartitem_p.h +++ b/src/piechart/piechartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef PIECHARTITEM_H #define PIECHARTITEM_H diff --git a/src/piechart/pieslicedata_p.h b/src/piechart/pieslicedata_p.h index c6ba74d..1302647 100644 --- a/src/piechart/pieslicedata_p.h +++ b/src/piechart/pieslicedata_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef PIESLICEDATA_P_H #define PIESLICEDATA_P_H diff --git a/src/piechart/piesliceitem_p.h b/src/piechart/piesliceitem_p.h index 4a9d095..3492ee8 100644 --- a/src/piechart/piesliceitem_p.h +++ b/src/piechart/piesliceitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef PIESLICEITEM_H #define PIESLICEITEM_H diff --git a/src/scatterchart/scatterchartitem_p.h b/src/scatterchart/scatterchartitem_p.h index 8ffa82d..c4695f3 100644 --- a/src/scatterchart/scatterchartitem_p.h +++ b/src/scatterchart/scatterchartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef SCATTERCHARTITEM_H #define SCATTERCHARTITEM_H diff --git a/src/splinechart/splinechartitem_p.h b/src/splinechart/splinechartitem_p.h index 886738f..a3fa387 100644 --- a/src/splinechart/splinechartitem_p.h +++ b/src/splinechart/splinechartitem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef SPLINECHARTITEM_P_H #define SPLINECHARTITEM_P_H diff --git a/src/themes/chartthemebluecerulean_p.h b/src/themes/chartthemebluecerulean_p.h index 2843438..80d0dbb 100644 --- a/src/themes/chartthemebluecerulean_p.h +++ b/src/themes/chartthemebluecerulean_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEBLUECERULEAN_P_H #define CHARTTHEMEBLUECERULEAN_P_H diff --git a/src/themes/chartthemeblueicy_p.h b/src/themes/chartthemeblueicy_p.h index 7a5dc49..0523855 100644 --- a/src/themes/chartthemeblueicy_p.h +++ b/src/themes/chartthemeblueicy_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEBLUEICY_P_H #define CHARTTHEMEBLUEICY_P_H diff --git a/src/themes/chartthemebluencs_p.h b/src/themes/chartthemebluencs_p.h index 7c301bd..282d4a3 100644 --- a/src/themes/chartthemebluencs_p.h +++ b/src/themes/chartthemebluencs_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEBLUENCS_P_H #define CHARTTHEMEBLUENCS_P_H diff --git a/src/themes/chartthemebrownsand_p.h b/src/themes/chartthemebrownsand_p.h index 6638644..9a5cda2 100644 --- a/src/themes/chartthemebrownsand_p.h +++ b/src/themes/chartthemebrownsand_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEBROWNSAND_P_H #define CHARTTHEMEBROWNSAND_P_H diff --git a/src/themes/chartthemedark_p.h b/src/themes/chartthemedark_p.h index d618283..1651f3a 100644 --- a/src/themes/chartthemedark_p.h +++ b/src/themes/chartthemedark_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEDARK_P_H #define CHARTTHEMEDARK_P_H diff --git a/src/themes/chartthemehighcontrast_p.h b/src/themes/chartthemehighcontrast_p.h index e6719df..4dce732 100644 --- a/src/themes/chartthemehighcontrast_p.h +++ b/src/themes/chartthemehighcontrast_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMEHIGHCONTRAST_P_H #define CHARTTHEMEHIGHCONTRAST_P_H diff --git a/src/themes/chartthemelight_p.h b/src/themes/chartthemelight_p.h index 7158a55..1ab98ee 100644 --- a/src/themes/chartthemelight_p.h +++ b/src/themes/chartthemelight_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMELIGHT_P_H #define CHARTTHEMELIGHT_P_H diff --git a/src/themes/chartthemesystem_p.h b/src/themes/chartthemesystem_p.h index aad5527..b6581d4 100644 --- a/src/themes/chartthemesystem_p.h +++ b/src/themes/chartthemesystem_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef CHARTTHEMESYSTEM_P_H #define CHARTTHEMESYSTEM_P_H diff --git a/src/xychart/xychart_p.h b/src/xychart/xychart_p.h index d61bcbf..8b9fbd1 100644 --- a/src/xychart/xychart_p.h +++ b/src/xychart/xychart_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef XYCHARTITEM_H #define XYCHARTITEM_H