summaryrefslogtreecommitdiffstats
path: root/tests/scattertest/scatterchart.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-06-04 13:51:21 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-06-04 13:54:34 +0300
commit964a6c7f8ff2354737ef897067ee46e3d0cd55a9 (patch)
tree8d2499ea69cbb4c32690661d13ede9e61117e4bc /tests/scattertest/scatterchart.h
parent3953654a954b7ecc2b0b8ea514e8a520df2ba413 (diff)
Add testing of renderToImage to scatter test
Change-Id: I03c3868ac7c98658fafa71c19409eb3afe851a10 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'tests/scattertest/scatterchart.h')
-rw-r--r--tests/scattertest/scatterchart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scattertest/scatterchart.h b/tests/scattertest/scatterchart.h
index 983b605a..97c3b1f9 100644
--- a/tests/scattertest/scatterchart.h
+++ b/tests/scattertest/scatterchart.h
@@ -92,6 +92,7 @@ public slots:
void changeLabelRotation(int rotation);
void toggleAxisTitleVisibility(bool enabled);
void toggleAxisTitleFixed(bool enabled);
+ void renderToImage();
signals:
void shadowQualityChanged(int quality);