aboutsummaryrefslogtreecommitdiffstats
path: root/stats/statsseries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stats/statsseries.cpp')
-rw-r--r--stats/statsseries.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/stats/statsseries.cpp b/stats/statsseries.cpp
index 18fc0a3ff..0885f14de 100644
--- a/stats/statsseries.cpp
+++ b/stats/statsseries.cpp
@@ -20,3 +20,12 @@ QPointF StatsSeries::toScreen(QPointF p)
void StatsSeries::divesSelected(const QVector<dive *> &)
{
}
+
+bool StatsSeries::supportsLassoSelection() const
+{
+ return false;
+}
+
+void StatsSeries::selectItemsInRect(const QRectF &, bool, const std::vector<dive *> &)
+{
+}