##// END OF EJS Templates
gdpbarchart moved to test. Few small doc fixes
Marek Rosa -
r940:7021ab6fbe7f
parent child
Show More
@@ -1,5 +1,4
1 1 TEMPLATE = subdirs
2 2 SUBDIRS += chartthemes \
3 3 piechartcustomization \
4 gdpbarchart \
5 4 qmlchart
@@ -90,7 +90,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
90 90 */
91 91
92 92 /*!
93 \fn void QAreaSeries::updated()
93 \fn void QAreaSeriesPrivate::updated()
94 94 \brief \internal
95 95 */
96 96
@@ -56,7 +56,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
56 56 */
57 57
58 58 /*!
59 \fn void QBarSet::showToolTip(QPoint pos, QString tip)
59 \fn void QBarSetPrivate::showToolTip(QPoint pos, QString tip)
60 60 \brief \internal \a pos \a tip
61 61 */
62 62
@@ -81,7 +81,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
81 81 */
82 82
83 83 /*!
84 \fn void QSeries::setName(QString name)
84 \fn void QSeries::setName(const QString& name)
85 85 \brief Sets a \a name for the series.
86 86
87 87 The name of a series is shown in the legend for QXYSeries.
@@ -47,22 +47,22 QTCOMMERCIALCHART_BEGIN_NAMESPACE
47 47 */
48 48
49 49 /*!
50 \fn void QXYSeries::pointReplaced(int index)
50 \fn void QXYSeriesPrivate::pointReplaced(int index)
51 51 \brief \internal \a index
52 52 */
53 53
54 54 /*!
55 \fn void QXYSeries::pointAdded(int index)
55 \fn void QXYSeriesPrivate::pointAdded(int index)
56 56 \brief \internal \a index
57 57 */
58 58
59 59 /*!
60 \fn void QXYSeries::pointRemoved(int index)
60 \fn void QXYSeriesPrivate::pointRemoved(int index)
61 61 \brief \internal \a index
62 62 */
63 63
64 64 /*!
65 \fn void QXYSeries::updated()
65 \fn void QXYSeriesPrivate::updated()
66 66 \brief \internal
67 67 */
68 68
1 NO CONTENT: file renamed from demos/gdpbarchart/gdpData to test/gdpbarchart/gdpData
@@ -1,4 +1,6
1 !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
1 !include( ../test.pri ) {
2 error( "Couldn't find the test.pri file!" )
3 }
2 4
3 5 QT+= sql
4 6 TARGET = gdpbarchart
1 NO CONTENT: file renamed from demos/gdpbarchart/main.cpp to test/gdpbarchart/main.cpp
1 NO CONTENT: file renamed from demos/gdpbarchart/widget.cpp to test/gdpbarchart/widget.cpp
1 NO CONTENT: file renamed from demos/gdpbarchart/widget.h to test/gdpbarchart/widget.h
@@ -1,7 +1,8
1 1 TEMPLATE = subdirs
2 2 SUBDIRS += \
3 3 chartwidgettest \
4 wavechart
4 wavechart \
5 gdpbarchart
5 6
6 7 !win32:{
7 8 SUBDIRS += auto
General Comments 0
You need to be logged in to leave comments. Login now