summaryrefslogtreecommitdiffstats
path: root/src/render/picking/qobjectpicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/picking/qobjectpicker.cpp')
-rw-r--r--src/render/picking/qobjectpicker.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/render/picking/qobjectpicker.cpp b/src/render/picking/qobjectpicker.cpp
index 498b0d97a..8f00d2c4d 100644
--- a/src/render/picking/qobjectpicker.cpp
+++ b/src/render/picking/qobjectpicker.cpp
@@ -124,14 +124,6 @@ namespace Qt3DRender {
*/
/*!
- \qmlsignal Qt3D.Render::ObjectPicker::clicked(PickEvent pick)
-
- This signal is emitted when the bounding volume defined by the pickAttribute
- property intersects with a ray on a mouse click the PickEvent \a pick contains
- details of the event.
-*/
-
-/*!
\qmlsignal Qt3D.Render::ObjectPicker::pressed(PickEvent pick)
This signal is emitted when the bounding volume defined by the
@@ -476,3 +468,5 @@ void QObjectPickerPrivate::releasedEvent(QPickEvent *event)
} // Qt3DRender
QT_END_NAMESPACE
+
+#include "moc_qobjectpicker.cpp"