summaryrefslogtreecommitdiffstats
path: root/examples/charts
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2014-11-28 10:55:06 +0200
committerTitta Heikkala <titta.heikkala@theqtcompany.com>2014-11-28 11:00:29 +0200
commit1774126c17aa773077fad689bbda0234c60ed700 (patch)
treed7ee4fd51086d20cf1b58e1a37b98edab8e1b214 /examples/charts
parentc19e8d5c88d9cd1d95de485c78e6919644addad8 (diff)
Remove theme setting from StackedBarChart Drilldown example
The theme previously set for this example made it really slow on Android. Therefore the theme setting is removed. Change-Id: Ia454cdce2ebecfdd24ce9d91f1b8cb63fdb86be3 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Diffstat (limited to 'examples/charts')
-rw-r--r--examples/charts/stackedbarchartdrilldown/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/charts/stackedbarchartdrilldown/main.cpp b/examples/charts/stackedbarchartdrilldown/main.cpp
index daa60085..0d652c00 100644
--- a/examples/charts/stackedbarchartdrilldown/main.cpp
+++ b/examples/charts/stackedbarchartdrilldown/main.cpp
@@ -33,7 +33,6 @@ int main(int argc, char *argv[])
//! [1]
DrilldownChart *drilldownChart = new DrilldownChart();
- drilldownChart->setTheme(QChart::ChartThemeBlueIcy);
drilldownChart->setAnimationOptions(QChart::SeriesAnimations);
//! [1]