summaryrefslogtreecommitdiffstats
path: root/examples/bars/graphmodifier.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-01-30 12:26:43 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-01-30 12:30:19 +0200
commit4f1af728749338b08b16246cc8f39cf9c1171b3f (patch)
tree70c5a60de4efc391d681a143049ad5705f402ea4 /examples/bars/graphmodifier.h
parent84d20142bd8926be2e08e4354635f36bc681f186 (diff)
Range changing added to bars example
Task-number: QTRD-2804 Change-Id: I118c013907e109fe36a80e319a46ffdaf926246d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/bars/graphmodifier.h')
-rw-r--r--examples/bars/graphmodifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bars/graphmodifier.h b/examples/bars/graphmodifier.h
index cfb1ceec..674c3262 100644
--- a/examples/bars/graphmodifier.h
+++ b/examples/bars/graphmodifier.h
@@ -50,6 +50,7 @@ public:
void setSeriesVisibility(int enabled);
public slots:
+ void changeRange(int range);
void changeStyle(int style);
void changeSelectionMode(int selectionMode);
void changeTheme(int theme);