summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/pickboundingvolumejob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/pickboundingvolumejob_p.h')
-rw-r--r--src/render/jobs/pickboundingvolumejob_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/jobs/pickboundingvolumejob_p.h b/src/render/jobs/pickboundingvolumejob_p.h
index c56832ef4..11ea88e2c 100644
--- a/src/render/jobs/pickboundingvolumejob_p.h
+++ b/src/render/jobs/pickboundingvolumejob_p.h
@@ -95,7 +95,8 @@ public:
bool runHelper() override;
protected:
- void dispatchPickEvents(const QMouseEvent &event,
+ void processPickEvent(const PickingUtils::PickConfiguration &pickConfiguration, QObject *object, const QMouseEvent *event);
+ void dispatchPickEvents(const QMouseEvent *event,
const PickingUtils::HitList &sphereHits,
QPickEvent::Buttons eventButton,
int eventButtons,