summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/qboxplotseries_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/boxplotchart/qboxplotseries_p.h')
-rw-r--r--src/charts/boxplotchart/qboxplotseries_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charts/boxplotchart/qboxplotseries_p.h b/src/charts/boxplotchart/qboxplotseries_p.h
index 4655cffb..7e8937e6 100644
--- a/src/charts/boxplotchart/qboxplotseries_p.h
+++ b/src/charts/boxplotchart/qboxplotseries_p.h
@@ -74,6 +74,9 @@ private:
Q_SIGNALS:
void updated();
void clicked(int index, QBoxSet *barset);
+ void pressed(int index, QBoxSet *barset);
+ void released(int index, QBoxSet *barset);
+ void doubleClicked(int index, QBoxSet *barset);
void updatedBoxes();
void updatedLayout();
void restructuredBoxes();