summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-06-26 20:40:17 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-06-26 20:40:17 +0300
commit88a7b44ee1361ceeff3b3322b67d21a6f0b0ad83 (patch)
tree9d92c2322ccf2667638b78eb9ca4b94cedf3968b /examples/examples.pro
parent83291e82d98370b3086e85bbc7bcca97667f15a4 (diff)
Refactors QAxis to QAbstractAxis
* adds subclasses QValuesAxis , QCategoriesAxis * barchart examples does not work correcly * failing tst_qchart * disabled custmchart example , tst_dataset * setNiceNumbers moved to TODO in examples and demos
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 5ceb93a9..8a92c8c2 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -7,7 +7,7 @@ TEMPLATE = subdirs
SUBDIRS += \
areachart \
barchart \
- customchart \
+ #customchart \
linechart \
percentbarchart \
piechart \