summaryrefslogtreecommitdiffstats
path: root/tests/barstest/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest/chart.h')
-rw-r--r--tests/barstest/chart.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/barstest/chart.h b/tests/barstest/chart.h
index c75e5024..f617a348 100644
--- a/tests/barstest/chart.h
+++ b/tests/barstest/chart.h
@@ -89,6 +89,10 @@ public slots:
void handleSelectionChange(const QPoint &position);
void setUseNullInputHandler(bool useNull);
+ void handleRowAxisChanged(QCategory3DAxis *axis);
+ void handleColumnAxisChanged(QCategory3DAxis *axis);
+ void handleValueAxisChanged(QValue3DAxis *axis);
+
signals:
void shadowQualityChanged(int quality);