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