summaryrefslogtreecommitdiffstats
path: root/examples/widget/chart.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-06-27 10:15:49 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-06-27 10:38:55 +0300
commit098e03b52f7c732f4116d8fe3f136a4662b6c2c8 (patch)
tree60faa398d7cbe262baef3b70c1bad0958866c3c1 /examples/widget/chart.h
parented2fc5e46c208518f3721477fa5ca7bb7ddf6099 (diff)
High quality shadow issue fix for Q3DBars.
Task-number: QTRD-2107 + some indentation changes Change-Id: Ieb12ce6570efa44ea5fcf43528d6f2ed7a176500 Change-Id: Ieb12ce6570efa44ea5fcf43528d6f2ed7a176500 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'examples/widget/chart.h')
-rw-r--r--examples/widget/chart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/widget/chart.h b/examples/widget/chart.h
index f4ef747b..cb6080b7 100644
--- a/examples/widget/chart.h
+++ b/examples/widget/chart.h
@@ -81,6 +81,9 @@ public:
public slots:
void changeShadowQuality(int quality);
+signals:
+ void shadowQuality(int quality);
+
private:
Q3DBars *m_chart;
int m_columnCount;