summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/qboxplotseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/boxplotchart/qboxplotseries.h')
-rw-r--r--src/charts/boxplotchart/qboxplotseries.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charts/boxplotchart/qboxplotseries.h b/src/charts/boxplotchart/qboxplotseries.h
index bce67f61..de5b5fbe 100644
--- a/src/charts/boxplotchart/qboxplotseries.h
+++ b/src/charts/boxplotchart/qboxplotseries.h
@@ -64,6 +64,9 @@ public:
Q_SIGNALS:
void clicked(QBoxSet *boxset);
void hovered(bool status, QBoxSet *boxset);
+ void pressed(QBoxSet *boxset);
+ void released(QBoxSet *boxset);
+ void doubleClicked(QBoxSet *boxset);
void countChanged();
void penChanged();
void brushChanged();