summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dsurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/q3dsurface.cpp')
-rw-r--r--src/datavisualization/engine/q3dsurface.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/datavisualization/engine/q3dsurface.cpp b/src/datavisualization/engine/q3dsurface.cpp
index bc6e4bca..467fbc1c 100644
--- a/src/datavisualization/engine/q3dsurface.cpp
+++ b/src/datavisualization/engine/q3dsurface.cpp
@@ -111,13 +111,12 @@ Q3DSurface::~Q3DSurface()
{
}
-#if defined(Q_OS_ANDROID)
/*!
* \internal
*/
void Q3DSurface::mouseDoubleClickEvent(QMouseEvent *event)
{
- Q_UNUSED(event)
+ d_ptr->m_shared->mouseDoubleClickEvent(event);
}
/*!
@@ -125,9 +124,8 @@ void Q3DSurface::mouseDoubleClickEvent(QMouseEvent *event)
*/
void Q3DSurface::touchEvent(QTouchEvent *event)
{
- Q_UNUSED(event)
+ d_ptr->m_shared->touchEvent(event);
}
-#endif
/*!
* \internal