aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/handlers/qquickpointhandler.cpp')
-rw-r--r--src/quick/handlers/qquickpointhandler.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/quick/handlers/qquickpointhandler.cpp b/src/quick/handlers/qquickpointhandler.cpp
index 65a7fd7b79..da19584b7a 100644
--- a/src/quick/handlers/qquickpointhandler.cpp
+++ b/src/quick/handlers/qquickpointhandler.cpp
@@ -114,16 +114,12 @@ QT_BEGIN_NAMESPACE
\sa MultiPointTouchArea
*/
-QQuickPointHandler::QQuickPointHandler(QObject *parent)
+QQuickPointHandler::QQuickPointHandler(QQuickItem *parent)
: QQuickSinglePointHandler(parent)
{
setIgnoreAdditionalPoints();
}
-QQuickPointHandler::~QQuickPointHandler()
-{
-}
-
bool QQuickPointHandler::wantsEventPoint(QQuickEventPoint *pt)
{
// On press, we want it unless a sibling of the same type also does.